Html Css Color HEX #C46666 Contessa

📋 copy color: '#C46666'

red 196 ◦ green 102 ◦ blue 102

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

Shades of Contessa #C46666

Tints of Contessa #C46666

RGB

 RED value IS 196 (76.95% from 255) = 49%

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

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

R = 49%
G = 25.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C46666 (or 0xC46666) is known color: Contessa. HEX triplet: C4, 66 and 66. RGB value is (196,102,102). Sum of RGB (Red+Green+Blue) = 196+102+102=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C46666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46666 is #3B9999. Grayscale: #828282. Windows color (decimal): -3905946 or 6710980. OLE color: 6710980.

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

Color convert

RGB 196 102 102 -
CMYK 0 0.48 0.48 0.23
HSL 0.44% 0.58% -
HSV(B) 0.48% 0.77% -
XYZ 29.91 22.2 15.28 -
YUV 130.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 196 102 102 0 0.48 0.48 0.23 0 0.44 0.58
Hex C4 66 66 0 30 30 17 0 2C 3A
Octal 304 146 146 0 60 60 27 0 54 72
Binary 11000100 1100110 1100110 0 110000 110000 10111 0 101100 111010

Color Harmonies of #C46666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46666

Black with #C46666

Text Example


Text Example

White with #C46666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46666; }

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

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

background-color css

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

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

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

border-color css

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

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

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