Html Css Color HEX #C47882 Charm

📋 copy color: '#C47882'

red 196 ◦ green 120 ◦ blue 130

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

Shades of Charm #C47882

Tints of Charm #C47882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 43.95%
G = 26.91%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C47882 (or 0xC47882) is known color: Charm. HEX triplet: C4, 78 and 82. RGB value is (196,120,130). Sum of RGB (Red+Green+Blue) = 196+120+130=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47882 is #3B877D. Grayscale: #8F8F8F. Windows color (decimal): -3901310 or 8550596. OLE color: 8550596.

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

Color convert

RGB 196 120 130 -
CMYK 0 0.39 0.34 0.23
HSL 352.11º 0.39% 0.62% -
HSV(B) 352.11º 0.39% 0.77% -
XYZ 33.51 26.78 24.52 -
YUV 143.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 196 120 130 0 0.39 0.34 0.23 352.11 0.39 0.62
Hex C4 78 82 0 27 22 17 160 27 3E
Octal 304 170 202 0 47 42 27 540 47 76
Binary 11000100 1111000 10000010 0 100111 100010 10111 101100000 100111 111110

Color Harmonies of #C47882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47882

Black with #C47882

Text Example


Text Example

White with #C47882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47882; }

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

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

background-color css

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

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

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

border-color css

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

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

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