#C64933

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

Shades of Trinidad #C64933

Tints of Trinidad #C64933

Color information

#C64933 (or 0xC64933) is unknown color: approx Trinidad. HEX triplet: C6, 49 and 33. RGB value is (198,73,51). Sum of RGB (Red+Green+Blue) = 198+73+51=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64933 is #39B6CC. Grayscale: #6C6C6C. Windows color (decimal): -3782349 or 3361222. OLE color: 3361222.

HSL color Cylindrical-coordinate representation of color #C64933: hue angle of 8.98º 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 #C64933 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1987351-
CMYK00.630.740.22
HSL8.98º59.04%48.82%-
HSV(B)8.98º74.24%77.65%-
XYZ26.2717.015.03-
YUV107.8795.91192.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=61.49%
G=22.67%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198735100.630.740.228.9859.0448.82
HexC6493303F4A1693b31
Octal3061116307711226117361
Binary11000110100100111001101111111001010101101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64933; }

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

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

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

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

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

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

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

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