#C35333

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

Shades of Trinidad #C35333

Tints of Trinidad #C35333

Color information

#C35333 (or 0xC35333) is unknown color: approx Trinidad. HEX triplet: C3, 53 and 33. RGB value is (195,83,51). Sum of RGB (Red+Green+Blue) = 195+83+51=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C35333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35333 is #3CACCC. Grayscale: #717171. Windows color (decimal): -3976397 or 3363779. OLE color: 3363779.

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

Color convert

RGB1958351-
CMYK00.570.740.24
HSL13.33º58.54%48.24%-
HSV(B)13.33º73.85%76.47%-
XYZ26.218.035.23-
YUV112.8493.11186.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=59.27%
G=25.23%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195835100.570.740.2413.3358.5448.24
HexC353330394A18d3b30
Octal3031236307111230157360
Binary11000011101001111001101110011001010110001101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35333; }

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

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

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

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

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

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

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

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