Html Css Color HEX #C96D87 Charm

📋 copy color: '#C96D87'

red 201 ◦ green 109 ◦ blue 135

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

Shades of Charm #C96D87

Tints of Charm #C96D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.34%

R = 45.17%
G = 24.49%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C96D87 (or 0xC96D87) is known color: Charm. HEX triplet: C9, 6D and 87. RGB value is (201,109,135). Sum of RGB (Red+Green+Blue) = 201+109+135=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D87 is #369278. Grayscale: #8B8B8B. Windows color (decimal): -3576441 or 8875465. OLE color: 8875465.

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

Color convert

RGB 201 109 135 -
CMYK 0 0.46 0.33 0.21
HSL 343.04º 0.46% 0.61% -
HSV(B) 343.04º 0.46% 0.79% -
XYZ 33.93 25.1 25.98 -
YUV 139.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 201 109 135 0 0.46 0.33 0.21 343.04 0.46 0.61
Hex C9 6D 87 0 2E 21 15 157 2E 3D
Octal 311 155 207 0 56 41 25 527 56 75
Binary 11001001 1101101 10000111 0 101110 100001 10101 101010111 101110 111101

Color Harmonies of #C96D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D87

Black with #C96D87

Text Example


Text Example

White with #C96D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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