#C65227

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

Shades of Trinidad #C65227

Tints of Trinidad #C65227

Color information

#C65227 (or 0xC65227) is unknown color: approx Trinidad. HEX triplet: C6, 52 and 27. RGB value is (198,82,39). Sum of RGB (Red+Green+Blue) = 198+82+39=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C65227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65227 is #39ADD8. Grayscale: #707070. Windows color (decimal): -3780057 or 2577094. OLE color: 2577094.

HSL color Cylindrical-coordinate representation of color #C65227: hue angle of 16.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C65227 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB1988239-
CMYK00.590.800.22
HSL16.23º67.09%46.47%-
HSV(B)16.23º80.3%77.65%-
XYZ26.6718.194.02-
YUV111.7886.93189.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=62.07%
G=25.71%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198823900.590.800.2216.2367.0946.47
HexC6522703B501610432e
Octal30612247073120262010356
Binary1100011010100101001110111011101000010110100001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65227; }

 p { color: rgb(198,82,39); }

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

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

 a { background-color: rgb(198,82,39); }

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

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

 span { border-color: rgb(198,82,39); }

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