Html Css Color HEX #C47864 Contessa

📋 copy color: '#C47864'

red 196 ◦ green 120 ◦ blue 100

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

Shades of Contessa #C47864

Tints of Contessa #C47864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 47.12%
G = 28.85%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C47864 (or 0xC47864) is known color: Contessa. HEX triplet: C4, 78 and 64. RGB value is (196,120,100). Sum of RGB (Red+Green+Blue) = 196+120+100=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47864 is #3B879B. Grayscale: #8C8C8C. Windows color (decimal): -3901340 or 6584516. OLE color: 6584516.

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

Color convert

RGB 196 120 100 -
CMYK 0 0.39 0.49 0.23
HSL 12.5º 0.45% 0.58% -
HSV(B) 12.5º 0.49% 0.77% -
XYZ 31.78 26.09 15.42 -
YUV 140.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 196 120 100 0 0.39 0.49 0.23 12.5 0.45 0.58
Hex C4 78 64 0 27 31 17 C 2D 3A
Octal 304 170 144 0 47 61 27 14 55 72
Binary 11000100 1111000 1100100 0 100111 110001 10111 1100 101101 111010

Color Harmonies of #C47864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47864

Black with #C47864

Text Example


Text Example

White with #C47864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47864; }

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

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

background-color css

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

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

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

border-color css

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

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

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