Html Css Color HEX #C96480 Charm

📋 copy color: '#C96480'

red 201 ◦ green 100 ◦ blue 128

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

Shades of Charm #C96480

Tints of Charm #C96480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

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

R = 46.85%
G = 23.31%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96480 (or 0xC96480) is known color: Charm. HEX triplet: C9, 64 and 80. RGB value is (201,100,128). Sum of RGB (Red+Green+Blue) = 201+100+128=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96480 is #369B7F. Grayscale: #858585. Windows color (decimal): -3578752 or 8414409. OLE color: 8414409.

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

Color convert

RGB 201 100 128 -
CMYK 0 0.50 0.36 0.21
HSL 343.37º 0.48% 0.59% -
HSV(B) 343.37º 0.5% 0.79% -
XYZ 32.54 23.09 23.16 -
YUV 133.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 201 100 128 0 0.50 0.36 0.21 343.37 0.48 0.59
Hex C9 64 80 0 32 24 15 157 30 3B
Octal 311 144 200 0 62 44 25 527 60 73
Binary 11001001 1100100 10000000 0 110010 100100 10101 101010111 110000 111011

Color Harmonies of #C96480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96480

Black with #C96480

Text Example


Text Example

White with #C96480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96480; }

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

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

background-color css

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

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

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

border-color css

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

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

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