Html Css Color HEX #C96180 Charm

📋 copy color: '#C96180'

red 201 ◦ green 97 ◦ blue 128

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

Shades of Charm #C96180

Tints of Charm #C96180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

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

R = 47.18%
G = 22.77%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96180 (or 0xC96180) is known color: Charm. HEX triplet: C9, 61 and 80. RGB value is (201,97,128). Sum of RGB (Red+Green+Blue) = 201+97+128=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C96180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96180 is #369E7F. Grayscale: #838383. Windows color (decimal): -3579520 or 8413641. OLE color: 8413641.

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

Color convert

RGB 201 97 128 -
CMYK 0 0.52 0.36 0.21
HSL 342.12º 0.49% 0.58% -
HSV(B) 342.12º 0.52% 0.79% -
XYZ 32.26 22.53 23.07 -
YUV 131.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 201 97 128 0 0.52 0.36 0.21 342.12 0.49 0.58
Hex C9 61 80 0 34 24 15 156 31 3A
Octal 311 141 200 0 64 44 25 526 61 72
Binary 11001001 1100001 10000000 0 110100 100100 10101 101010110 110001 111010

Color Harmonies of #C96180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96180

Black with #C96180

Text Example


Text Example

White with #C96180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96180; }

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

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

background-color css

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

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

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

border-color css

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

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

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