Html Css Color HEX #C96A7E Charm

📋 copy color: '#C96A7E'

red 201 ◦ green 106 ◦ blue 126

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

Shades of Charm #C96A7E

Tints of Charm #C96A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.48%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 46.42%
G = 24.48%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C96A7E (or 0xC96A7E) is known color: Charm. HEX triplet: C9, 6A and 7E. RGB value is (201,106,126). Sum of RGB (Red+Green+Blue) = 201+106+126=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A7E is #369581. Grayscale: #888888. Windows color (decimal): -3577218 or 8284873. OLE color: 8284873.

HSL color Cylindrical-coordinate representation of color #C96A7E: hue angle of 347.37º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96A7E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 106 126 -
CMYK 0 0.47 0.37 0.21
HSL 347.37º 0.47% 0.6% -
HSV(B) 347.37º 0.47% 0.79% -
XYZ 33.01 24.23 22.68 -
YUV 136.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 201 106 126 0 0.47 0.37 0.21 347.37 0.47 0.6
Hex C9 6A 7E 0 2F 25 15 15B 2F 3C
Octal 311 152 176 0 57 45 25 533 57 74
Binary 11001001 1101010 1111110 0 101111 100101 10101 101011011 101111 111100

Color Harmonies of #C96A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A7E

Black with #C96A7E

Text Example


Text Example

White with #C96A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A7E; }

 p { color: rgb(201,106,126); }

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

background-color css

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

 a { background-color: rgb(201,106,126); }

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

border-color css

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

 span { border-color: rgb(201,106,126); }

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