Html Css Color HEX #C47077 Charm

📋 copy color: '#C47077'

red 196 ◦ green 112 ◦ blue 119

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

Shades of Charm #C47077

Tints of Charm #C47077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 45.9%
G = 26.23%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C47077 (or 0xC47077) is known color: Charm. HEX triplet: C4, 70 and 77. RGB value is (196,112,119). Sum of RGB (Red+Green+Blue) = 196+112+119=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47077 is #3B8F88. Grayscale: #898989. Windows color (decimal): -3903369 or 7827652. OLE color: 7827652.

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

Color convert

RGB 196 112 119 -
CMYK 0 0.43 0.39 0.23
HSL 355º 0.42% 0.6% -
HSV(B) 355º 0.43% 0.77% -
XYZ 31.89 24.66 20.53 -
YUV 137.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 196 112 119 0 0.43 0.39 0.23 355 0.42 0.6
Hex C4 70 77 0 2B 27 17 163 2A 3C
Octal 304 160 167 0 53 47 27 543 52 74
Binary 11000100 1110000 1110111 0 101011 100111 10111 101100011 101010 111100

Color Harmonies of #C47077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47077

Black with #C47077

Text Example


Text Example

White with #C47077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47077; }

 p { color: rgb(196,112,119); }

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

background-color css

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

 a { background-color: rgb(196,112,119); }

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

border-color css

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

 span { border-color: rgb(196,112,119); }

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