Html Css Color HEX #C96680 Charm

📋 copy color: '#C96680'

red 201 ◦ green 102 ◦ blue 128

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

Shades of Charm #C96680

Tints of Charm #C96680

RGB

 RED value IS 201 (78.91% from 255) = 46.64%

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

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

R = 46.64%
G = 23.67%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96680 (or 0xC96680) is known color: Charm. HEX triplet: C9, 66 and 80. RGB value is (201,102,128). Sum of RGB (Red+Green+Blue) = 201+102+128=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96680 is #36997F. Grayscale: #868686. Windows color (decimal): -3578240 or 8414921. OLE color: 8414921.

HSL color Cylindrical-coordinate representation of color #C96680: hue angle of 344.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96680 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 128 -
CMYK 0 0.49 0.36 0.21
HSL 344.24º 0.48% 0.59% -
HSV(B) 344.24º 0.49% 0.79% -
XYZ 32.74 23.48 23.23 -
YUV 134.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 201 102 128 0 0.49 0.36 0.21 344.24 0.48 0.59
Hex C9 66 80 0 31 24 15 158 30 3B
Octal 311 146 200 0 61 44 25 530 60 73
Binary 11001001 1100110 10000000 0 110001 100100 10101 101011000 110000 111011

Color Harmonies of #C96680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96680

Black with #C96680

Text Example


Text Example

White with #C96680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96680; }

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

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

background-color css

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

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

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

border-color css

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

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

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