#C65437

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

Shades of Trinidad #C65437

Tints of Trinidad #C65437

Color information

#C65437 (or 0xC65437) is unknown color: approx Trinidad. HEX triplet: C6, 54 and 37. RGB value is (198,84,55). Sum of RGB (Red+Green+Blue) = 198+84+55=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65437 is #39ABC8. Grayscale: #737373. Windows color (decimal): -3779529 or 3626182. OLE color: 3626182.

HSL color Cylindrical-coordinate representation of color #C65437: hue angle of 12.17º degrees, saturation: 0.57, 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 #C65437 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1988455-
CMYK00.580.720.22
HSL12.17º56.52%49.61%-
HSV(B)12.17º72.22%77.65%-
XYZ27.1518.625.78-
YUV114.7894.27187.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=58.75%
G=24.93%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198845500.580.720.2212.1756.5249.61
HexC6543703A4816c3932
Octal3061246707211026147162
Binary11000110101010011011101110101001000101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65437; }

 p { color: rgb(198,84,55); }

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

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

 a { background-color: rgb(198,84,55); }

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

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

 span { border-color: rgb(198,84,55); }

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