#C65639

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

Shades of Trinidad #C65639

Tints of Trinidad #C65639

Color information

#C65639 (or 0xC65639) is unknown color: approx Trinidad. HEX triplet: C6, 56 and 39. RGB value is (198,86,57). Sum of RGB (Red+Green+Blue) = 198+86+57=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C65639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65639 is #39A9C6. Grayscale: #747474. Windows color (decimal): -3779015 or 3757766. OLE color: 3757766.

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

Color convert

RGB1988657-
CMYK00.570.710.22
HSL12.34º55.29%50%-
HSV(B)12.34º71.21%77.65%-
XYZ27.3618.966.09-
YUV116.1894.61186.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=58.06%
G=25.22%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198865700.570.710.2212.3455.2950
HexC656390394716c3732
Octal3061267107110726146762
Binary11000110101011011100101110011000111101101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65639; }

 p { color: rgb(198,86,57); }

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

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

 a { background-color: rgb(198,86,57); }

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

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

 span { border-color: rgb(198,86,57); }

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