Html Css Color HEX #C9707F Charm

📋 copy color: '#C9707F'

red 201 ◦ green 112 ◦ blue 127

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

Shades of Charm #C9707F

Tints of Charm #C9707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 45.68%
G = 25.45%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9707F (or 0xC9707F) is known color: Charm. HEX triplet: C9, 70 and 7F. RGB value is (201,112,127). Sum of RGB (Red+Green+Blue) = 201+112+127=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707F is #368F80. Grayscale: #8C8C8C. Windows color (decimal): -3575681 or 8351945. OLE color: 8351945.

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

Color convert

RGB 201 112 127 -
CMYK 0 0.44 0.37 0.21
HSL 349.89º 0.45% 0.61% -
HSV(B) 349.89º 0.44% 0.79% -
XYZ 33.71 25.54 23.23 -
YUV 140.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 201 112 127 0 0.44 0.37 0.21 349.89 0.45 0.61
Hex C9 70 7F 0 2C 25 15 15E 2D 3D
Octal 311 160 177 0 54 45 25 536 55 75
Binary 11001001 1110000 1111111 0 101100 100101 10101 101011110 101101 111101

Color Harmonies of #C9707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9707F

Black with #C9707F

Text Example


Text Example

White with #C9707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9707F; }

 p { color: rgb(201,112,127); }

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

background-color css

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

 a { background-color: rgb(201,112,127); }

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

border-color css

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

 span { border-color: rgb(201,112,127); }

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