Html Css Color HEX #C76682 Charm

📋 copy color: '#C76682'

red 199 ◦ green 102 ◦ blue 130

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

Shades of Charm #C76682

Tints of Charm #C76682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 46.17%
G = 23.67%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C76682 (or 0xC76682) is known color: Charm. HEX triplet: C7, 66 and 82. RGB value is (199,102,130). Sum of RGB (Red+Green+Blue) = 199+102+130=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76682 is #38997D. Grayscale: #868686. Windows color (decimal): -3709310 or 8545991. OLE color: 8545991.

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

Color convert

RGB 199 102 130 -
CMYK 0 0.49 0.35 0.22
HSL 342.68º 0.46% 0.59% -
HSV(B) 342.68º 0.49% 0.78% -
XYZ 32.33 23.26 23.9 -
YUV 134.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 199 102 130 0 0.49 0.35 0.22 342.68 0.46 0.59
Hex C7 66 82 0 31 23 16 157 2E 3B
Octal 307 146 202 0 61 43 26 527 56 73
Binary 11000111 1100110 10000010 0 110001 100011 10110 101010111 101110 111011

Color Harmonies of #C76682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76682

Black with #C76682

Text Example


Text Example

White with #C76682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76682; }

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

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

background-color css

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

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

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

border-color css

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

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

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