Html Css Color HEX #C96E8A Charm

📋 copy color: '#C96E8A'

red 201 ◦ green 110 ◦ blue 138

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

Shades of Charm #C96E8A

Tints of Charm #C96E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 44.77%
G = 24.5%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C96E8A (or 0xC96E8A) is known color: Charm. HEX triplet: C9, 6E and 8A. RGB value is (201,110,138). Sum of RGB (Red+Green+Blue) = 201+110+138=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E8A is #369175. Grayscale: #8C8C8C. Windows color (decimal): -3576182 or 9072329. OLE color: 9072329.

HSL color Cylindrical-coordinate representation of color #C96E8A: hue angle of 341.54º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E8A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 138 -
CMYK 0 0.45 0.31 0.21
HSL 341.54º 0.46% 0.61% -
HSV(B) 341.54º 0.45% 0.79% -
XYZ 34.25 25.4 27.14 -
YUV 140.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 201 110 138 0 0.45 0.31 0.21 341.54 0.46 0.61
Hex C9 6E 8A 0 2D 1F 15 156 2E 3D
Octal 311 156 212 0 55 37 25 526 56 75
Binary 11001001 1101110 10001010 0 101101 11111 10101 101010110 101110 111101

Color Harmonies of #C96E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E8A

Black with #C96E8A

Text Example


Text Example

White with #C96E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E8A; }

 p { color: rgb(201,110,138); }

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

background-color css

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

 a { background-color: rgb(201,110,138); }

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

border-color css

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

 span { border-color: rgb(201,110,138); }

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