#C35227

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

Shades of Trinidad #C35227

Tints of Trinidad #C35227

Color information

#C35227 (or 0xC35227) is unknown color: approx Trinidad. HEX triplet: C3, 52 and 27. RGB value is (195,82,39). Sum of RGB (Red+Green+Blue) = 195+82+39=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C35227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35227 is #3CADD8. Grayscale: #6F6F6F. Windows color (decimal): -3976665 or 2577091. OLE color: 2577091.

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

Color convert

RGB1958239-
CMYK00.580.800.24
HSL16.54º66.67%45.88%-
HSV(B)16.54º80%76.47%-
XYZ25.8917.783.99-
YUV110.8887.44188-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.71%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=61.71%
G=25.95%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195823900.580.800.2416.5466.6745.88
HexC3522703A501811432e
Octal30312247072120302110356
Binary1100001110100101001110111010101000011000100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35227; }

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

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

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

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

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

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

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

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