#C35229

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

Shades of Trinidad #C35229

Tints of Trinidad #C35229

Color information

#C35229 (or 0xC35229) is unknown color: approx Trinidad. HEX triplet: C3, 52 and 29. RGB value is (195,82,41). Sum of RGB (Red+Green+Blue) = 195+82+41=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C35229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35229 is #3CADD6. Grayscale: #6F6F6F. Windows color (decimal): -3976663 or 2708163. OLE color: 2708163.

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

Color convert

RGB1958241-
CMYK00.580.790.24
HSL15.97º65.25%46.27%-
HSV(B)15.97º78.97%76.47%-
XYZ25.9217.84.17-
YUV111.1188.44187.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=61.32%
G=25.79%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195824100.580.790.2415.9765.2546.27
HexC3522903A4F1810412e
Octal30312251072117302010156
Binary1100001110100101010010111010100111111000100001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35229; }

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

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

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

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

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

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

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

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