#C04929

Color #C04929 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C04929

Tints of Trinidad #C04929

Color information

#C04929 (or 0xC04929) is unknown color: approx Trinidad. HEX triplet: C0, 49 and 29. RGB value is (192,73,41). Sum of RGB (Red+Green+Blue) = 192+73+41=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C04929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04929 is #3FB6D6. Grayscale: #696969. Windows color (decimal): -4175575 or 2705856. OLE color: 2705856.

HSL color Cylindrical-coordinate representation of color #C04929: hue angle of 12.72º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04929 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1927341-
CMYK00.620.790.25
HSL12.72º64.81%45.69%-
HSV(B)12.72º78.65%75.29%-
XYZ24.5216.133.92-
YUV104.9391.92190.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 41 (16.41% from 255) = 13.40%
R=62.75%
G=23.86%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192734100.620.790.2512.7264.8145.69
HexC0492903E4F19d412e
Octal30011151076117311510156
Binary110000001001001101001011111010011111100111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04929; }

 p { color: rgb(192,73,41); }

 H1.HeaderClassName
 {
   color: #C04929;
 }
 .AnyTagClassName
 {
   color: #C04929;
 }
</style>
background-color css

<style>
 a { background-color: #C04929; }

 a { background-color: rgb(192,73,41); }

 div.DivClassName
 {
   background-color: #C04929;
 }
 .BgClassName
 {
   background-color: #C04929;
 }
</style>
border-color css

<style>
 span { border-color: #C04929; }

 span { border-color: rgb(192,73,41); }

 td.TdClassName
 {
   border-color: #C04929;
 }
 .TagClassName
 {
   border-color: #C04929;
 }
</style>