#C65035

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

Shades of Trinidad #C65035

Tints of Trinidad #C65035

Color information

#C65035 (or 0xC65035) is unknown color: approx Trinidad. HEX triplet: C6, 50 and 35. RGB value is (198,80,53). Sum of RGB (Red+Green+Blue) = 198+80+53=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C65035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65035 is #39AFCA. Grayscale: #707070. Windows color (decimal): -3780555 or 3494086. OLE color: 3494086.

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

Color convert

RGB1988053-
CMYK00.600.730.22
HSL11.17º57.77%49.22%-
HSV(B)11.17º73.23%77.65%-
XYZ26.8185.43-
YUV112.294.59189.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=59.82%
G=24.17%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198805300.600.730.2211.1757.7749.22
HexC6503503C4916b3a31
Octal3061206507411126137261
Binary11000110101000011010101111001001001101101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65035; }

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

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

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

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

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

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

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

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