Html Css Color HEX #C47880 Charm

📋 copy color: '#C47880'

red 196 ◦ green 120 ◦ blue 128

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

Shades of Charm #C47880

Tints of Charm #C47880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

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

R = 44.14%
G = 27.03%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C47880 (or 0xC47880) is known color: Charm. HEX triplet: C4, 78 and 80. RGB value is (196,120,128). Sum of RGB (Red+Green+Blue) = 196+120+128=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47880 is #3B877F. Grayscale: #8F8F8F. Windows color (decimal): -3901312 or 8419524. OLE color: 8419524.

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

Color convert

RGB 196 120 128 -
CMYK 0 0.39 0.35 0.23
HSL 353.68º 0.39% 0.62% -
HSV(B) 353.68º 0.39% 0.77% -
XYZ 33.38 26.73 23.82 -
YUV 143.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 196 120 128 0 0.39 0.35 0.23 353.68 0.39 0.62
Hex C4 78 80 0 27 23 17 162 27 3E
Octal 304 170 200 0 47 43 27 542 47 76
Binary 11000100 1111000 10000000 0 100111 100011 10111 101100010 100111 111110

Color Harmonies of #C47880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47880

Black with #C47880

Text Example


Text Example

White with #C47880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47880; }

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

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

background-color css

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

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

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

border-color css

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

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

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