#C65033

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

Shades of Trinidad #C65033

Tints of Trinidad #C65033

Color information

#C65033 (or 0xC65033) is unknown color: approx Trinidad. HEX triplet: C6, 50 and 33. RGB value is (198,80,51). Sum of RGB (Red+Green+Blue) = 198+80+51=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C65033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65033 is #39AFCC. Grayscale: #707070. Windows color (decimal): -3780557 or 3363014. OLE color: 3363014.

HSL color Cylindrical-coordinate representation of color #C65033: hue angle of 11.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C65033 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1988051-
CMYK00.600.740.22
HSL11.84º59.04%48.82%-
HSV(B)11.84º74.24%77.65%-
XYZ26.7517.985.19-
YUV111.9893.59189.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=60.18%
G=24.32%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198805100.600.740.2211.8459.0448.82
HexC6503303C4A16c3b31
Octal3061206307411226147361
Binary11000110101000011001101111001001010101101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65033; }

 p { color: rgb(198,80,51); }

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

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

 a { background-color: rgb(198,80,51); }

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

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

 span { border-color: rgb(198,80,51); }

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