#C64B32

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

Shades of Trinidad #C64B32

Tints of Trinidad #C64B32

Color information

#C64B32 (or 0xC64B32) is unknown color: approx Trinidad. HEX triplet: C6, 4B and 32. RGB value is (198,75,50). Sum of RGB (Red+Green+Blue) = 198+75+50=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B32 is #39B4CD. Grayscale: #6D6D6D. Windows color (decimal): -3781838 or 3296198. OLE color: 3296198.

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

Color convert

RGB1987550-
CMYK00.620.750.22
HSL10.14º59.68%48.63%-
HSV(B)10.14º74.75%77.65%-
XYZ26.3817.274.96-
YUV108.9394.75191.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=61.30%
G=23.22%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198755000.620.750.2210.1459.6848.63
HexC64B3203E4B16a3c31
Octal3061136207611326127461
Binary11000110100101111001001111101001011101101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B32; }

 p { color: rgb(198,75,50); }

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

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

 a { background-color: rgb(198,75,50); }

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

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

 span { border-color: rgb(198,75,50); }

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