#c64f38

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

Shades of Trinidad #C64F38

Tints of Trinidad #C64F38

Color information

#C64F38 (or 0xC64F38) is unknown color: approx Trinidad. HEX triplet: C6, 4F and 38. RGB value is (198,79,56). Sum of RGB (Red+Green+Blue) = 198+79+56=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F38 is #39B0C7. Grayscale: #707070. Windows color (decimal): -3780808 or 3690438. OLE color: 3690438.

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

Color convert

RGB1987956-
CMYK00.600.720.22
HSL9.72º55.91%49.8%-
HSV(B)9.72º71.72%77.65%-
XYZ26.817.885.78-
YUV111.9696.42189.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=59.46%
G=23.72%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198795600.600.720.229.7255.9149.8
HexC64F3803C4816a3832
Octal3061177007411026127062
Binary11000110100111111100001111001001000101101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64f38; }

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

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

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

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

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

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

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

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