Html Css Color HEX #C36560 Contessa

📋 copy color: '#C36560'

red 195 ◦ green 101 ◦ blue 96

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

Shades of Contessa #C36560

Tints of Contessa #C36560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

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

R = 49.74%
G = 25.77%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C36560 (or 0xC36560) is known color: Contessa. HEX triplet: C3, 65 and 60. RGB value is (195,101,96). Sum of RGB (Red+Green+Blue) = 195+101+96=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36560 is #3C9A9F. Grayscale: #808080. Windows color (decimal): -3971744 or 6317507. OLE color: 6317507.

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

Color convert

RGB 195 101 96 -
CMYK 0 0.48 0.51 0.24
HSL 3.03º 0.45% 0.57% -
HSV(B) 3.03º 0.51% 0.76% -
XYZ 29.27 21.75 13.72 -
YUV 128.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 195 101 96 0 0.48 0.51 0.24 3.03 0.45 0.57
Hex C3 65 60 0 30 33 18 3 2D 39
Octal 303 145 140 0 60 63 30 3 55 71
Binary 11000011 1100101 1100000 0 110000 110011 11000 11 101101 111001

Color Harmonies of #C36560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36560

Black with #C36560

Text Example


Text Example

White with #C36560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36560; }

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

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

background-color css

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

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

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

border-color css

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

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

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