Html Css Color HEX #C47975 Contessa

📋 copy color: '#C47975'

red 196 ◦ green 121 ◦ blue 117

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

Shades of Contessa #C47975

Tints of Contessa #C47975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 45.16%
G = 27.88%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47975 (or 0xC47975) is known color: Contessa. HEX triplet: C4, 79 and 75. RGB value is (196,121,117). Sum of RGB (Red+Green+Blue) = 196+121+117=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C47975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47975 is #3B868A. Grayscale: #8F8F8F. Windows color (decimal): -3901067 or 7698884. OLE color: 7698884.

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

Color convert

RGB 196 121 117 -
CMYK 0 0.38 0.40 0.23
HSL 3.04º 0.4% 0.61% -
HSV(B) 3.04º 0.4% 0.77% -
XYZ 32.81 26.69 20.25 -
YUV 142.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 196 121 117 0 0.38 0.40 0.23 3.04 0.4 0.61
Hex C4 79 75 0 26 28 17 3 28 3D
Octal 304 171 165 0 46 50 27 3 50 75
Binary 11000100 1111001 1110101 0 100110 101000 10111 11 101000 111101

Color Harmonies of #C47975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47975

Black with #C47975

Text Example


Text Example

White with #C47975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47975; }

 p { color: rgb(196,121,117); }

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

background-color css

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

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

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

border-color css

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

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

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