#c64a23

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

Shades of Trinidad #C64A23

Tints of Trinidad #C64A23

Color information

#C64A23 (or 0xC64A23) is unknown color: approx Trinidad. HEX triplet: C6, 4A and 23. RGB value is (198,74,35). Sum of RGB (Red+Green+Blue) = 198+74+35=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A23 is #39B5DC. Grayscale: #6A6A6A. Windows color (decimal): -3782109 or 2312902. OLE color: 2312902.

HSL color Cylindrical-coordinate representation of color #C64A23: hue angle of 14.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64A23 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1987435-
CMYK00.630.820.22
HSL14.36º69.96%45.69%-
HSV(B)14.36º82.32%77.65%-
XYZ26.0417.023.5-
YUV106.6387.58193.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=64.50%
G=24.10%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198743500.630.820.2214.3669.9645.69
HexC64A2303F5216e462e
Octal30611243077122261610656
Binary110001101001010100011011111110100101011011101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64a23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64a23; }

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

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

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

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

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

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

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

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