Html Css Color HEX #C47780 Charm

📋 copy color: '#C47780'

red 196 ◦ green 119 ◦ blue 128

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

Shades of Charm #C47780

Tints of Charm #C47780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 44.24%
G = 26.86%
B = 28.89%

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

#C47780 (or 0xC47780) is known color: Charm. HEX triplet: C4, 77 and 80. RGB value is (196,119,128). Sum of RGB (Red+Green+Blue) = 196+119+128=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47780 is #3B887F. Grayscale: #8F8F8F. Windows color (decimal): -3901568 or 8419268. OLE color: 8419268.

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

Color convert

RGB 196 119 128 -
CMYK 0 0.39 0.35 0.23
HSL 352.99º 0.39% 0.62% -
HSV(B) 352.99º 0.39% 0.77% -
XYZ 33.26 26.49 23.78 -
YUV 143.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 196 119 128 0 0.39 0.35 0.23 352.99 0.39 0.62
Hex C4 77 80 0 27 23 17 161 27 3E
Octal 304 167 200 0 47 43 27 541 47 76
Binary 11000100 1110111 10000000 0 100111 100011 10111 101100001 100111 111110

Color Harmonies of #C47780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47780

Black with #C47780

Text Example


Text Example

White with #C47780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47780; }

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

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

background-color css

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

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

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

border-color css

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

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

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