Html Css Color HEX #C96181 Charm

📋 copy color: '#C96181'

red 201 ◦ green 97 ◦ blue 129

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

Shades of Charm #C96181

Tints of Charm #C96181

RGB

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

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

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

R = 47.07%
G = 22.72%
B = 30.21%

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

#C96181 (or 0xC96181) is known color: Charm. HEX triplet: C9, 61 and 81. RGB value is (201,97,129). Sum of RGB (Red+Green+Blue) = 201+97+129=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C96181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96181 is #369E7E. Grayscale: #838383. Windows color (decimal): -3579519 or 8479177. OLE color: 8479177.

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

Color convert

RGB 201 97 129 -
CMYK 0 0.52 0.36 0.21
HSL 341.54º 0.49% 0.58% -
HSV(B) 341.54º 0.52% 0.79% -
XYZ 32.32 22.55 23.42 -
YUV 131.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 201 97 129 0 0.52 0.36 0.21 341.54 0.49 0.58
Hex C9 61 81 0 34 24 15 156 31 3A
Octal 311 141 201 0 64 44 25 526 61 72
Binary 11001001 1100001 10000001 0 110100 100100 10101 101010110 110001 111010

Color Harmonies of #C96181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96181

Black with #C96181

Text Example


Text Example

White with #C96181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96181; }

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

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

background-color css

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

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

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

border-color css

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

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

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