Html Css Color HEX #C97586 Charm

📋 copy color: '#C97586'

red 201 ◦ green 117 ◦ blue 134

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

Shades of Charm #C97586

Tints of Charm #C97586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 44.47%
G = 25.88%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C97586 (or 0xC97586) is known color: Charm. HEX triplet: C9, 75 and 86. RGB value is (201,117,134). Sum of RGB (Red+Green+Blue) = 201+117+134=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C97586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97586 is #368A79. Grayscale: #909090. Windows color (decimal): -3574394 or 8811977. OLE color: 8811977.

HSL color Cylindrical-coordinate representation of color #C97586: hue angle of 347.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97586 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 134 -
CMYK 0 0.42 0.33 0.21
HSL 347.86º 0.44% 0.62% -
HSV(B) 347.86º 0.42% 0.79% -
XYZ 34.75 26.86 25.91 -
YUV 144.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 201 117 134 0 0.42 0.33 0.21 347.86 0.44 0.62
Hex C9 75 86 0 2A 21 15 15C 2C 3E
Octal 311 165 206 0 52 41 25 534 54 76
Binary 11001001 1110101 10000110 0 101010 100001 10101 101011100 101100 111110

Color Harmonies of #C97586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97586

Black with #C97586

Text Example


Text Example

White with #C97586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97586; }

 p { color: rgb(201,117,134); }

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

background-color css

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

 a { background-color: rgb(201,117,134); }

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

border-color css

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

 span { border-color: rgb(201,117,134); }

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