#C35639

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

Shades of Trinidad #C35639

Tints of Trinidad #C35639

Color information

#C35639 (or 0xC35639) is unknown color: approx Trinidad. HEX triplet: C3, 56 and 39. RGB value is (195,86,57). Sum of RGB (Red+Green+Blue) = 195+86+57=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C35639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35639 is #3CA9C6. Grayscale: #737373. Windows color (decimal): -3975623 or 3757763. OLE color: 3757763.

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

Color convert

RGB1958657-
CMYK00.560.710.24
HSL12.61º54.76%49.41%-
HSV(B)12.61º70.77%76.47%-
XYZ26.5718.556.05-
YUV115.2995.11184.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=57.69%
G=25.44%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195865700.560.710.2412.6154.7649.41
HexC356390384718d3731
Octal3031267107010730156761
Binary11000011101011011100101110001000111110001101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35639; }

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

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

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

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

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

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

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

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