Html Css Color HEX #C47066 Contessa

📋 copy color: '#C47066'

red 196 ◦ green 112 ◦ blue 102

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

Shades of Contessa #C47066

Tints of Contessa #C47066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 47.8%
G = 27.32%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C47066 (or 0xC47066) is known color: Contessa. HEX triplet: C4, 70 and 66. RGB value is (196,112,102). Sum of RGB (Red+Green+Blue) = 196+112+102=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47066 is #3B8F99. Grayscale: #888888. Windows color (decimal): -3903386 or 6713540. OLE color: 6713540.

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

Color convert

RGB 196 112 102 -
CMYK 0 0.43 0.48 0.23
HSL 6.38º 0.44% 0.58% -
HSV(B) 6.38º 0.48% 0.77% -
XYZ 30.96 24.28 15.63 -
YUV 135.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 196 112 102 0 0.43 0.48 0.23 6.38 0.44 0.58
Hex C4 70 66 0 2B 30 17 6 2C 3A
Octal 304 160 146 0 53 60 27 6 54 72
Binary 11000100 1110000 1100110 0 101011 110000 10111 110 101100 111010

Color Harmonies of #C47066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47066

Black with #C47066

Text Example


Text Example

White with #C47066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47066; }

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

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

background-color css

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

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

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

border-color css

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

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

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