#c64f35

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

Shades of Trinidad #C64F35

Tints of Trinidad #C64F35

Color information

#C64F35 (or 0xC64F35) is unknown color: approx Trinidad. HEX triplet: C6, 4F and 35. RGB value is (198,79,53). Sum of RGB (Red+Green+Blue) = 198+79+53=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F35 is #39B0CA. Grayscale: #6F6F6F. Windows color (decimal): -3780811 or 3493830. OLE color: 3493830.

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

Color convert

RGB1987953-
CMYK00.600.730.22
HSL10.76º57.77%49.22%-
HSV(B)10.76º73.23%77.65%-
XYZ26.7317.855.41-
YUV111.6294.92189.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=60%
G=23.94%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198795300.600.730.2210.7657.7749.22
HexC64F3503C4916b3a31
Octal3061176507411126137261
Binary11000110100111111010101111001001001101101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64f35; }

 p { color: rgb(198,79,53); }

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

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

 a { background-color: rgb(198,79,53); }

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

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

 span { border-color: rgb(198,79,53); }

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