#C65237

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

Shades of Trinidad #C65237

Tints of Trinidad #C65237

Color information

#C65237 (or 0xC65237) is unknown color: approx Trinidad. HEX triplet: C6, 52 and 37. RGB value is (198,82,55). Sum of RGB (Red+Green+Blue) = 198+82+55=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65237 is #39ADC8. Grayscale: #717171. Windows color (decimal): -3780041 or 3625670. OLE color: 3625670.

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

Color convert

RGB1988255-
CMYK00.590.720.22
HSL11.33º56.52%49.61%-
HSV(B)11.33º72.22%77.65%-
XYZ2718.325.73-
YUV113.6194.93188.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=59.10%
G=24.48%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198825500.590.720.2211.3356.5249.61
HexC6523703B4816b3932
Octal3061226707311026137162
Binary11000110101001011011101110111001000101101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65237; }

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

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

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

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

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

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

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

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