#C65836

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

Shades of Trinidad #C65836

Tints of Trinidad #C65836

Color information

#C65836 (or 0xC65836) is unknown color: approx Trinidad. HEX triplet: C6, 58 and 36. RGB value is (198,88,54). Sum of RGB (Red+Green+Blue) = 198+88+54=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C65836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65836 is #39A7C9. Grayscale: #757575. Windows color (decimal): -3778506 or 3561670. OLE color: 3561670.

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

Color convert

RGB1988854-
CMYK00.560.730.22
HSL14.17º57.14%49.41%-
HSV(B)14.17º72.73%77.65%-
XYZ27.4419.255.76-
YUV117.0192.44185.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.24%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 54 (21.48% from 255) = 15.88%
R=58.24%
G=25.88%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198885400.560.730.2214.1757.1449.41
HexC658360384916e3931
Octal3061306607011126167161
Binary11000110101100011011001110001001001101101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65836; }

 p { color: rgb(198,88,54); }

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

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

 a { background-color: rgb(198,88,54); }

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

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

 span { border-color: rgb(198,88,54); }

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