#C35337

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

Shades of Trinidad #C35337

Tints of Trinidad #C35337

Color information

#C35337 (or 0xC35337) is unknown color: approx Trinidad. HEX triplet: C3, 53 and 37. RGB value is (195,83,55). Sum of RGB (Red+Green+Blue) = 195+83+55=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35337 is #3CACC8. Grayscale: #717171. Windows color (decimal): -3976393 or 3625923. OLE color: 3625923.

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

Color convert

RGB1958355-
CMYK00.570.720.24
HSL12º56%49.02%-
HSV(B)12º71.79%76.47%-
XYZ26.2918.065.72-
YUV113.395.11186.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 55 (21.88% from 255) = 16.52%
R=58.56%
G=24.92%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195835500.570.720.24125649.02
HexC353370394818c3831
Octal3031236707111030147061
Binary11000011101001111011101110011001000110001100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35337; }

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

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

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

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

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

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

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

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