Html Css Color HEX #C96880 Charm

📋 copy color: '#C96880'

red 201 ◦ green 104 ◦ blue 128

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

Shades of Charm #C96880

Tints of Charm #C96880

RGB

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

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

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

R = 46.42%
G = 24.02%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96880 (or 0xC96880) is known color: Charm. HEX triplet: C9, 68 and 80. RGB value is (201,104,128). Sum of RGB (Red+Green+Blue) = 201+104+128=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96880 is #36977F. Grayscale: #878787. Windows color (decimal): -3577728 or 8415433. OLE color: 8415433.

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

Color convert

RGB 201 104 128 -
CMYK 0 0.48 0.36 0.21
HSL 345.15º 0.47% 0.6% -
HSV(B) 345.15º 0.48% 0.79% -
XYZ 32.93 23.88 23.29 -
YUV 135.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 201 104 128 0 0.48 0.36 0.21 345.15 0.47 0.6
Hex C9 68 80 0 30 24 15 159 2F 3C
Octal 311 150 200 0 60 44 25 531 57 74
Binary 11001001 1101000 10000000 0 110000 100100 10101 101011001 101111 111100

Color Harmonies of #C96880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96880

Black with #C96880

Text Example


Text Example

White with #C96880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96880; }

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

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

background-color css

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

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

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

border-color css

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

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

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