#C65436

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

Shades of Trinidad #C65436

Tints of Trinidad #C65436

Color information

#C65436 (or 0xC65436) is unknown color: approx Trinidad. HEX triplet: C6, 54 and 36. RGB value is (198,84,54). Sum of RGB (Red+Green+Blue) = 198+84+54=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C65436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65436 is #39ABC9. Grayscale: #727272. Windows color (decimal): -3779530 or 3560646. OLE color: 3560646.

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

Color convert

RGB1988454-
CMYK00.580.730.22
HSL12.5º57.14%49.41%-
HSV(B)12.5º72.73%77.65%-
XYZ27.1218.615.65-
YUV114.6793.77187.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=58.93%
G=25%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198845400.580.730.2212.557.1449.41
HexC6543603A4916d3931
Octal3061246607211126157161
Binary11000110101010011011001110101001001101101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65436; }

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

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

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

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

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

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

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

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