#C35320

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

Shades of Trinidad #C35320

Tints of Trinidad #C35320

Color information

#C35320 (or 0xC35320) is unknown color: approx Trinidad. HEX triplet: C3, 53 and 20. RGB value is (195,83,32). Sum of RGB (Red+Green+Blue) = 195+83+32=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C35320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35320 is #3CACDF. Grayscale: #6E6E6E. Windows color (decimal): -3976416 or 2118595. OLE color: 2118595.

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

Color convert

RGB1958332-
CMYK00.570.840.24
HSL18.77º71.81%44.51%-
HSV(B)18.77º83.59%76.47%-
XYZ25.8617.893.46-
YUV110.6783.61188.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.90%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=62.90%
G=26.77%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195833200.570.840.2418.7771.8144.51
HexC35320039541813482d
Octal30312340071124302311055
Binary1100001110100111000000111001101010011000100111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35320; }

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

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

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

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

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

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

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

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