Html Css Color HEX #C36666 Contessa

📋 copy color: '#C36666'

red 195 ◦ green 102 ◦ blue 102

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

Shades of Contessa #C36666

Tints of Contessa #C36666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 48.87%
G = 25.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C36666 (or 0xC36666) is known color: Contessa. HEX triplet: C3, 66 and 66. RGB value is (195,102,102). Sum of RGB (Red+Green+Blue) = 195+102+102=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36666 is #3C9999. Grayscale: #818181. Windows color (decimal): -3971482 or 6710979. OLE color: 6710979.

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

Color convert

RGB 195 102 102 -
CMYK 0 0.48 0.48 0.24
HSL 0.44% 0.58% -
HSV(B) 0.48% 0.76% -
XYZ 29.66 22.06 15.27 -
YUV 129.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 195 102 102 0 0.48 0.48 0.24 0 0.44 0.58
Hex C3 66 66 0 30 30 18 0 2C 3A
Octal 303 146 146 0 60 60 30 0 54 72
Binary 11000011 1100110 1100110 0 110000 110000 11000 0 101100 111010

Color Harmonies of #C36666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36666

Black with #C36666

Text Example


Text Example

White with #C36666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36666; }

 p { color: rgb(195,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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