#C64727

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

Shades of Trinidad #C64727

Tints of Trinidad #C64727

Color information

#C64727 (or 0xC64727) is unknown color: approx Trinidad. HEX triplet: C6, 47 and 27. RGB value is (198,71,39). Sum of RGB (Red+Green+Blue) = 198+71+39=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C64727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64727 is #39B8D8. Grayscale: #696969. Windows color (decimal): -3782873 or 2574278. OLE color: 2574278.

HSL color Cylindrical-coordinate representation of color #C64727: hue angle of 12.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C64727 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB1987139-
CMYK00.640.800.22
HSL12.08º67.09%46.47%-
HSV(B)12.08º80.3%77.65%-
XYZ25.9116.663.77-
YUV105.3290.58194.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.29%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=64.29%
G=23.05%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198713900.640.800.2212.0867.0946.47
HexC647270405016c432e
Octal306107470100120261410356
Binary1100011010001111001110100000010100001011011001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64727; }

 p { color: rgb(198,71,39); }

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

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

 a { background-color: rgb(198,71,39); }

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

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

 span { border-color: rgb(198,71,39); }

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