Html Css Color HEX #C47B76 Contessa

📋 copy color: '#C47B76'

red 196 ◦ green 123 ◦ blue 118

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

Shades of Contessa #C47B76

Tints of Contessa #C47B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 44.85%
G = 28.15%
B = 27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47B76 (or 0xC47B76) is known color: Contessa. HEX triplet: C4, 7B and 76. RGB value is (196,123,118). Sum of RGB (Red+Green+Blue) = 196+123+118=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B76 is #3B8489. Grayscale: #909090. Windows color (decimal): -3900554 or 7764932. OLE color: 7764932.

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

Color convert

RGB 196 123 118 -
CMYK 0 0.37 0.40 0.23
HSL 3.85º 0.4% 0.62% -
HSV(B) 3.85º 0.4% 0.77% -
XYZ 33.12 27.21 20.65 -
YUV 144.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 196 123 118 0 0.37 0.40 0.23 3.85 0.4 0.62
Hex C4 7B 76 0 25 28 17 4 28 3E
Octal 304 173 166 0 45 50 27 4 50 76
Binary 11000100 1111011 1110110 0 100101 101000 10111 100 101000 111110

Color Harmonies of #C47B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B76

Black with #C47B76

Text Example


Text Example

White with #C47B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B76; }

 p { color: rgb(196,123,118); }

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

background-color css

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

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

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

border-color css

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

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

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