Html Css Color HEX #C47268 Contessa

📋 copy color: '#C47268'

red 196 ◦ green 114 ◦ blue 104

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

Shades of Contessa #C47268

Tints of Contessa #C47268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

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

R = 47.34%
G = 27.54%
B = 25.12%

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

#C47268 (or 0xC47268) is known color: Contessa. HEX triplet: C4, 72 and 68. RGB value is (196,114,104). Sum of RGB (Red+Green+Blue) = 196+114+104=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47268 is #3B8D97. Grayscale: #898989. Windows color (decimal): -3902872 or 6845124. OLE color: 6845124.

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

Color convert

RGB 196 114 104 -
CMYK 0 0.42 0.47 0.23
HSL 6.52º 0.44% 0.59% -
HSV(B) 6.52º 0.47% 0.77% -
XYZ 31.28 24.77 16.23 -
YUV 137.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 196 114 104 0 0.42 0.47 0.23 6.52 0.44 0.59
Hex C4 72 68 0 2A 2F 17 7 2C 3B
Octal 304 162 150 0 52 57 27 7 54 73
Binary 11000100 1110010 1101000 0 101010 101111 10111 111 101100 111011

Color Harmonies of #C47268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47268

Black with #C47268

Text Example


Text Example

White with #C47268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47268; }

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

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

background-color css

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

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

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

border-color css

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

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

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