Html Css Color HEX #C47875 Contessa

📋 copy color: '#C47875'

red 196 ◦ green 120 ◦ blue 117

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

Shades of Contessa #C47875

Tints of Contessa #C47875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.71%

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

R = 45.27%
G = 27.71%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47875 (or 0xC47875) is known color: Contessa. HEX triplet: C4, 78 and 75. RGB value is (196,120,117). Sum of RGB (Red+Green+Blue) = 196+120+117=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C47875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47875 is #3B878A. Grayscale: #8E8E8E. Windows color (decimal): -3901323 or 7698628. OLE color: 7698628.

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

Color convert

RGB 196 120 117 -
CMYK 0 0.39 0.40 0.23
HSL 2.28º 0.4% 0.61% -
HSV(B) 2.28º 0.4% 0.77% -
XYZ 32.69 26.45 20.21 -
YUV 142.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 196 120 117 0 0.39 0.40 0.23 2.28 0.4 0.61
Hex C4 78 75 0 27 28 17 2 28 3D
Octal 304 170 165 0 47 50 27 2 50 75
Binary 11000100 1111000 1110101 0 100111 101000 10111 10 101000 111101

Color Harmonies of #C47875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47875

Black with #C47875

Text Example


Text Example

White with #C47875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47875; }

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

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

background-color css

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

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

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

border-color css

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

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

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