#C65535

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

Shades of Trinidad #C65535

Tints of Trinidad #C65535

Color information

#C65535 (or 0xC65535) is unknown color: approx Trinidad. HEX triplet: C6, 55 and 35. RGB value is (198,85,53). Sum of RGB (Red+Green+Blue) = 198+85+53=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C65535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65535 is #39AACA. Grayscale: #737373. Windows color (decimal): -3779275 or 3495366. OLE color: 3495366.

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

Color convert

RGB1988553-
CMYK00.570.730.22
HSL13.24º57.77%49.22%-
HSV(B)13.24º73.23%77.65%-
XYZ27.1818.765.56-
YUV115.1492.94187.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=58.93%
G=25.30%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198855300.570.730.2213.2457.7749.22
HexC655350394916d3a31
Octal3061256507111126157261
Binary11000110101010111010101110011001001101101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65535; }

 p { color: rgb(198,85,53); }

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

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

 a { background-color: rgb(198,85,53); }

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

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

 span { border-color: rgb(198,85,53); }

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