Html Css Color HEX #C96D89 Charm

📋 copy color: '#C96D89'

red 201 ◦ green 109 ◦ blue 137

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

Shades of Charm #C96D89

Tints of Charm #C96D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 44.97%
G = 24.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C96D89 (or 0xC96D89) is known color: Charm. HEX triplet: C9, 6D and 89. RGB value is (201,109,137). Sum of RGB (Red+Green+Blue) = 201+109+137=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D89 is #369276. Grayscale: #8B8B8B. Windows color (decimal): -3576439 or 9006537. OLE color: 9006537.

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

Color convert

RGB 201 109 137 -
CMYK 0 0.46 0.32 0.21
HSL 341.74º 0.46% 0.61% -
HSV(B) 341.74º 0.46% 0.79% -
XYZ 34.07 25.16 26.73 -
YUV 139.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 201 109 137 0 0.46 0.32 0.21 341.74 0.46 0.61
Hex C9 6D 89 0 2E 20 15 156 2E 3D
Octal 311 155 211 0 56 40 25 526 56 75
Binary 11001001 1101101 10001001 0 101110 100000 10101 101010110 101110 111101

Color Harmonies of #C96D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D89

Black with #C96D89

Text Example


Text Example

White with #C96D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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