Html Css Color HEX #C47080 Charm

📋 copy color: '#C47080'

red 196 ◦ green 112 ◦ blue 128

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

Shades of Charm #C47080

Tints of Charm #C47080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 44.95%
G = 25.69%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C47080 (or 0xC47080) is known color: Charm. HEX triplet: C4, 70 and 80. RGB value is (196,112,128). Sum of RGB (Red+Green+Blue) = 196+112+128=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47080 is #3B8F7F. Grayscale: #8A8A8A. Windows color (decimal): -3903360 or 8417476. OLE color: 8417476.

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

Color convert

RGB 196 112 128 -
CMYK 0 0.43 0.35 0.23
HSL 348.57º 0.42% 0.6% -
HSV(B) 348.57º 0.43% 0.77% -
XYZ 32.46 24.88 23.51 -
YUV 138.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 196 112 128 0 0.43 0.35 0.23 348.57 0.42 0.6
Hex C4 70 80 0 2B 23 17 15D 2A 3C
Octal 304 160 200 0 53 43 27 535 52 74
Binary 11000100 1110000 10000000 0 101011 100011 10111 101011101 101010 111100

Color Harmonies of #C47080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47080

Black with #C47080

Text Example


Text Example

White with #C47080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47080; }

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

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

background-color css

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

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

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

border-color css

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

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

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