#C35633

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

Shades of Trinidad #C35633

Tints of Trinidad #C35633

Color information

#C35633 (or 0xC35633) is unknown color: approx Trinidad. HEX triplet: C3, 56 and 33. RGB value is (195,86,51). Sum of RGB (Red+Green+Blue) = 195+86+51=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C35633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35633 is #3CA9CC. Grayscale: #727272. Windows color (decimal): -3975629 or 3364547. OLE color: 3364547.

HSL color Cylindrical-coordinate representation of color #C35633: hue angle of 14.58º 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 #C35633 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1958651-
CMYK00.560.740.24
HSL14.58º58.54%48.24%-
HSV(B)14.58º73.85%76.47%-
XYZ26.4318.55.31-
YUV114.692.11185.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=58.73%
G=25.90%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195865100.560.740.2414.5858.5448.24
HexC356330384A18f3b30
Octal3031266307011230177360
Binary11000011101011011001101110001001010110001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35633; }

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

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

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

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

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

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

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

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