Html Css Color HEX #C96881 Charm

📋 copy color: '#C96881'

red 201 ◦ green 104 ◦ blue 129

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

Shades of Charm #C96881

Tints of Charm #C96881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 46.31%
G = 23.96%
B = 29.72%

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

#C96881 (or 0xC96881) is known color: Charm. HEX triplet: C9, 68 and 81. RGB value is (201,104,129). Sum of RGB (Red+Green+Blue) = 201+104+129=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C96881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96881 is #36977E. Grayscale: #878787. Windows color (decimal): -3577727 or 8480969. OLE color: 8480969.

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

Color convert

RGB 201 104 129 -
CMYK 0 0.48 0.36 0.21
HSL 344.54º 0.47% 0.6% -
HSV(B) 344.54º 0.48% 0.79% -
XYZ 33 23.9 23.64 -
YUV 135.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 201 104 129 0 0.48 0.36 0.21 344.54 0.47 0.6
Hex C9 68 81 0 30 24 15 159 2F 3C
Octal 311 150 201 0 60 44 25 531 57 74
Binary 11001001 1101000 10000001 0 110000 100100 10101 101011001 101111 111100

Color Harmonies of #C96881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96881

Black with #C96881

Text Example


Text Example

White with #C96881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96881; }

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

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

background-color css

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

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

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

border-color css

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

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

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