Html Css Color HEX #C47168 Contessa

📋 copy color: '#C47168'

red 196 ◦ green 113 ◦ blue 104

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

Shades of Contessa #C47168

Tints of Contessa #C47168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 47.46%
G = 27.36%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C47168 (or 0xC47168) is known color: Contessa. HEX triplet: C4, 71 and 68. RGB value is (196,113,104). Sum of RGB (Red+Green+Blue) = 196+113+104=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C47168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47168 is #3B8E97. Grayscale: #888888. Windows color (decimal): -3903128 or 6844868. OLE color: 6844868.

HSL color Cylindrical-coordinate representation of color #C47168: hue angle of 5.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C47168 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 104 -
CMYK 0 0.42 0.47 0.23
HSL 5.87º 0.44% 0.59% -
HSV(B) 5.87º 0.47% 0.77% -
XYZ 31.17 24.55 16.19 -
YUV 136.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 196 113 104 0 0.42 0.47 0.23 5.87 0.44 0.59
Hex C4 71 68 0 2A 2F 17 6 2C 3B
Octal 304 161 150 0 52 57 27 6 54 73
Binary 11000100 1110001 1101000 0 101010 101111 10111 110 101100 111011

Color Harmonies of #C47168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47168

Black with #C47168

Text Example


Text Example

White with #C47168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47168; }

 p { color: rgb(196,113,104); }

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

background-color css

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

 a { background-color: rgb(196,113,104); }

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

border-color css

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

 span { border-color: rgb(196,113,104); }

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