Html Css Color HEX #C76680 Charm

📋 copy color: '#C76680'

red 199 ◦ green 102 ◦ blue 128

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

Shades of Charm #C76680

Tints of Charm #C76680

RGB

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

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

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

R = 46.39%
G = 23.78%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C76680 (or 0xC76680) is known color: Charm. HEX triplet: C7, 66 and 80. RGB value is (199,102,128). Sum of RGB (Red+Green+Blue) = 199+102+128=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C76680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76680 is #38997F. Grayscale: #858585. Windows color (decimal): -3709312 or 8414919. OLE color: 8414919.

HSL color Cylindrical-coordinate representation of color #C76680: hue angle of 343.92º 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 #C76680 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 128 -
CMYK 0 0.49 0.36 0.22
HSL 343.92º 0.46% 0.59% -
HSV(B) 343.92º 0.49% 0.78% -
XYZ 32.2 23.2 23.2 -
YUV 133.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 199 102 128 0 0.49 0.36 0.22 343.92 0.46 0.59
Hex C7 66 80 0 31 24 16 158 2E 3B
Octal 307 146 200 0 61 44 26 530 56 73
Binary 11000111 1100110 10000000 0 110001 100100 10110 101011000 101110 111011

Color Harmonies of #C76680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76680

Black with #C76680

Text Example


Text Example

White with #C76680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76680; }

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

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

background-color css

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

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

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

border-color css

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

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

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