Html Css Color HEX #C36F60 Contessa

📋 copy color: '#C36F60'

red 195 ◦ green 111 ◦ blue 96

#C36F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #C36F60

Tints of Contessa #C36F60

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 48.51%
G = 27.61%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36F60 (or 0xC36F60) is known color: Contessa. HEX triplet: C3, 6F and 60. RGB value is (195,111,96). Sum of RGB (Red+Green+Blue) = 195+111+96=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F60 is #3C909F. Grayscale: #868686. Windows color (decimal): -3969184 or 6320067. OLE color: 6320067.

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

Color convert

RGB 195 111 96 -
CMYK 0 0.43 0.51 0.24
HSL 9.09º 0.45% 0.57% -
HSV(B) 9.09º 0.51% 0.76% -
XYZ 30.3 23.82 14.07 -
YUV 134.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 195 111 96 0 0.43 0.51 0.24 9.09 0.45 0.57
Hex C3 6F 60 0 2B 33 18 9 2D 39
Octal 303 157 140 0 53 63 30 11 55 71
Binary 11000011 1101111 1100000 0 101011 110011 11000 1001 101101 111001

Color Harmonies of #C36F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F60

Black with #C36F60

Text Example


Text Example

White with #C36F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F60; }

 p { color: rgb(195,111,96); }

 H1.HeaderClassName
 {
   color: #C36F60;
 }
 .AnyTagClassName
 {
   color: #C36F60;
 }
</style>

background-color css

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

 a { background-color: rgb(195,111,96); }

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

border-color css

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

 span { border-color: rgb(195,111,96); }

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