#C35335

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

Shades of Trinidad #C35335

Tints of Trinidad #C35335

Color information

#C35335 (or 0xC35335) is unknown color: approx Trinidad. HEX triplet: C3, 53 and 35. RGB value is (195,83,53). Sum of RGB (Red+Green+Blue) = 195+83+53=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C35335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35335 is #3CACCA. Grayscale: #717171. Windows color (decimal): -3976395 or 3494851. OLE color: 3494851.

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

Color convert

RGB1958353-
CMYK00.570.730.24
HSL12.68º57.26%48.63%-
HSV(B)12.68º72.82%76.47%-
XYZ26.2418.055.47-
YUV113.0794.11186.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=58.91%
G=25.08%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195835300.570.730.2412.6857.2648.63
HexC353350394918d3931
Octal3031236507111130157161
Binary11000011101001111010101110011001001110001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35335; }

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

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

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

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

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

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

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

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