#C36C6B

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

Shades of Contessa #C36C6B

Tints of Contessa #C36C6B

Color information

#C36C6B (or 0xC36C6B) is unknown color: approx Contessa. HEX triplet: C3, 6C and 6B. RGB value is (195,108,107). Sum of RGB (Red+Green+Blue) = 195+108+107=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C6B is #3C9394. Grayscale: #858585. Windows color (decimal): -3969941 or 7040195. OLE color: 7040195.

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

Color convert

RGB195108107-
CMYK00.450.450.24
HSL0.68º42.31%59.22%-
HSV(B)0.68º45.13%76.47%-
XYZ30.5223.3916.82-
YUV133.9112.82171.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=47.56%
G=26.34%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510810700.450.450.240.6842.3159.22
HexC36C6B02D2D1812a3b
Octal303154153055553015273
Binary11000011110110011010110101101101101110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C6B; }

 p { color: rgb(195,108,107); }

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

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

 a { background-color: rgb(195,108,107); }

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

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

 span { border-color: rgb(195,108,107); }

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