#C35325

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

Shades of Trinidad #C35325

Tints of Trinidad #C35325

Color information

#C35325 (or 0xC35325) is unknown color: approx Trinidad. HEX triplet: C3, 53 and 25. RGB value is (195,83,37). Sum of RGB (Red+Green+Blue) = 195+83+37=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C35325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35325 is #3CACDA. Grayscale: #6F6F6F. Windows color (decimal): -3976411 or 2446275. OLE color: 2446275.

HSL color Cylindrical-coordinate representation of color #C35325: hue angle of 17.47º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C35325 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1958337-
CMYK00.570.810.24
HSL17.47º68.1%45.49%-
HSV(B)17.47º81.03%76.47%-
XYZ25.9317.923.84-
YUV111.2486.11187.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=61.90%
G=26.35%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195833700.570.810.2417.4768.145.49
HexC35325039511811442d
Octal30312345071121302110455
Binary1100001110100111001010111001101000111000100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35325; }

 p { color: rgb(195,83,37); }

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

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

 a { background-color: rgb(195,83,37); }

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

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

 span { border-color: rgb(195,83,37); }

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