#C64A33

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

Shades of Trinidad #C64A33

Tints of Trinidad #C64A33

Color information

#C64A33 (or 0xC64A33) is unknown color: approx Trinidad. HEX triplet: C6, 4A and 33. RGB value is (198,74,51). Sum of RGB (Red+Green+Blue) = 198+74+51=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A33 is #39B5CC. Grayscale: #6C6C6C. Windows color (decimal): -3782093 or 3361478. OLE color: 3361478.

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

Color convert

RGB1987451-
CMYK00.630.740.22
HSL9.39º59.04%48.82%-
HSV(B)9.39º74.24%77.65%-
XYZ26.3417.145.05-
YUV108.4595.58191.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=61.30%
G=22.91%
B=15.79%

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
Decimal198745100.630.740.229.3959.0448.82
HexC64A3303F4A1693b31
Octal3061126307711226117361
Binary11000110100101011001101111111001010101101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A33; }

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

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

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

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

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

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

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

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