Html Css Color HEX #C96684 Charm

📋 copy color: '#C96684'

red 201 ◦ green 102 ◦ blue 132

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

Shades of Charm #C96684

Tints of Charm #C96684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 46.21%
G = 23.45%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C96684 (or 0xC96684) is known color: Charm. HEX triplet: C9, 66 and 84. RGB value is (201,102,132). Sum of RGB (Red+Green+Blue) = 201+102+132=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96684 is #36997B. Grayscale: #878787. Windows color (decimal): -3578236 or 8677065. OLE color: 8677065.

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

Color convert

RGB 201 102 132 -
CMYK 0 0.49 0.34 0.21
HSL 341.82º 0.48% 0.59% -
HSV(B) 341.82º 0.49% 0.79% -
XYZ 33 23.59 24.64 -
YUV 135.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 201 102 132 0 0.49 0.34 0.21 341.82 0.48 0.59
Hex C9 66 84 0 31 22 15 156 30 3B
Octal 311 146 204 0 61 42 25 526 60 73
Binary 11001001 1100110 10000100 0 110001 100010 10101 101010110 110000 111011

Color Harmonies of #C96684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96684

Black with #C96684

Text Example


Text Example

White with #C96684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96684; }

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

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

background-color css

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

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

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

border-color css

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

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

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