Html Css Color HEX #C47B68 Contessa

📋 copy color: '#C47B68'

red 196 ◦ green 123 ◦ blue 104

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

Shades of Contessa #C47B68

Tints of Contessa #C47B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

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

R = 46.34%
G = 29.08%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C47B68 (or 0xC47B68) is known color: Contessa. HEX triplet: C4, 7B and 68. RGB value is (196,123,104). Sum of RGB (Red+Green+Blue) = 196+123+104=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B68 is #3B8497. Grayscale: #8E8E8E. Windows color (decimal): -3900568 or 6847428. OLE color: 6847428.

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

Color convert

RGB 196 123 104 -
CMYK 0 0.37 0.47 0.23
HSL 12.39º 0.44% 0.59% -
HSV(B) 12.39º 0.47% 0.77% -
XYZ 32.35 26.9 16.58 -
YUV 142.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 196 123 104 0 0.37 0.47 0.23 12.39 0.44 0.59
Hex C4 7B 68 0 25 2F 17 C 2C 3B
Octal 304 173 150 0 45 57 27 14 54 73
Binary 11000100 1111011 1101000 0 100101 101111 10111 1100 101100 111011

Color Harmonies of #C47B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B68

Black with #C47B68

Text Example


Text Example

White with #C47B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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