Html Css Color HEX #C47680 Charm

📋 copy color: '#C47680'

red 196 ◦ green 118 ◦ blue 128

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

Shades of Charm #C47680

Tints of Charm #C47680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 44.34%
G = 26.7%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C47680 (or 0xC47680) is known color: Charm. HEX triplet: C4, 76 and 80. RGB value is (196,118,128). Sum of RGB (Red+Green+Blue) = 196+118+128=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47680 is #3B897F. Grayscale: #8E8E8E. Windows color (decimal): -3901824 or 8419012. OLE color: 8419012.

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

Color convert

RGB 196 118 128 -
CMYK 0 0.40 0.35 0.23
HSL 352.31º 0.4% 0.62% -
HSV(B) 352.31º 0.4% 0.77% -
XYZ 33.14 26.25 23.74 -
YUV 142.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 196 118 128 0 0.40 0.35 0.23 352.31 0.4 0.62
Hex C4 76 80 0 28 23 17 160 28 3E
Octal 304 166 200 0 50 43 27 540 50 76
Binary 11000100 1110110 10000000 0 101000 100011 10111 101100000 101000 111110

Color Harmonies of #C47680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47680

Black with #C47680

Text Example


Text Example

White with #C47680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47680; }

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

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

background-color css

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

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

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

border-color css

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

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

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