#C65337

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

Shades of Trinidad #C65337

Tints of Trinidad #C65337

Color information

#C65337 (or 0xC65337) is unknown color: approx Trinidad. HEX triplet: C6, 53 and 37. RGB value is (198,83,55). Sum of RGB (Red+Green+Blue) = 198+83+55=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C65337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65337 is #39ACC8. Grayscale: #727272. Windows color (decimal): -3779785 or 3625926. OLE color: 3625926.

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

Color convert

RGB1988355-
CMYK00.580.720.22
HSL11.75º56.52%49.61%-
HSV(B)11.75º72.22%77.65%-
XYZ27.0718.475.75-
YUV114.1994.6187.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=58.93%
G=24.70%
B=16.37%

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
Decimal198835500.580.720.2211.7556.5249.61
HexC6533703A4816c3932
Octal3061236707211026147162
Binary11000110101001111011101110101001000101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65337; }

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

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

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

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

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

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

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

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