Html Css Color HEX #C76882 Charm

📋 copy color: '#C76882'

red 199 ◦ green 104 ◦ blue 130

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

Shades of Charm #C76882

Tints of Charm #C76882

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 45.96%
G = 24.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C76882 (or 0xC76882) is known color: Charm. HEX triplet: C7, 68 and 82. RGB value is (199,104,130). Sum of RGB (Red+Green+Blue) = 199+104+130=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76882 is #38977D. Grayscale: #878787. Windows color (decimal): -3708798 or 8546503. OLE color: 8546503.

HSL color Cylindrical-coordinate representation of color #C76882: hue angle of 343.58º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76882 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 104 130 -
CMYK 0 0.48 0.35 0.22
HSL 343.58º 0.46% 0.59% -
HSV(B) 343.58º 0.48% 0.78% -
XYZ 32.53 23.65 23.97 -
YUV 135.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 199 104 130 0 0.48 0.35 0.22 343.58 0.46 0.59
Hex C7 68 82 0 30 23 16 158 2E 3B
Octal 307 150 202 0 60 43 26 530 56 73
Binary 11000111 1101000 10000010 0 110000 100011 10110 101011000 101110 111011

Color Harmonies of #C76882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76882

Black with #C76882

Text Example


Text Example

White with #C76882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76882; }

 p { color: rgb(199,104,130); }

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

background-color css

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

 a { background-color: rgb(199,104,130); }

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

border-color css

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

 span { border-color: rgb(199,104,130); }

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