Html Css Color HEX #C96D7E Charm

📋 copy color: '#C96D7E'

red 201 ◦ green 109 ◦ blue 126

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

Shades of Charm #C96D7E

Tints of Charm #C96D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25%

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

R = 46.1%
G = 25%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C96D7E (or 0xC96D7E) is known color: Charm. HEX triplet: C9, 6D and 7E. RGB value is (201,109,126). Sum of RGB (Red+Green+Blue) = 201+109+126=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D7E is #369281. Grayscale: #8A8A8A. Windows color (decimal): -3576450 or 8285641. OLE color: 8285641.

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

Color convert

RGB 201 109 126 -
CMYK 0 0.46 0.37 0.21
HSL 348.91º 0.46% 0.61% -
HSV(B) 348.91º 0.46% 0.79% -
XYZ 33.32 24.86 22.78 -
YUV 138.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 201 109 126 0 0.46 0.37 0.21 348.91 0.46 0.61
Hex C9 6D 7E 0 2E 25 15 15D 2E 3D
Octal 311 155 176 0 56 45 25 535 56 75
Binary 11001001 1101101 1111110 0 101110 100101 10101 101011101 101110 111101

Color Harmonies of #C96D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D7E

Black with #C96D7E

Text Example


Text Example

White with #C96D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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