Html Css Color HEX #C9707C Charm

📋 copy color: '#C9707C'

red 201 ◦ green 112 ◦ blue 124

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

Shades of Charm #C9707C

Tints of Charm #C9707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 46%
G = 25.63%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9707C (or 0xC9707C) is known color: Charm. HEX triplet: C9, 70 and 7C. RGB value is (201,112,124). Sum of RGB (Red+Green+Blue) = 201+112+124=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707C is #368F83. Grayscale: #8C8C8C. Windows color (decimal): -3575684 or 8155337. OLE color: 8155337.

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

Color convert

RGB 201 112 124 -
CMYK 0 0.44 0.38 0.21
HSL 351.91º 0.45% 0.61% -
HSV(B) 351.91º 0.44% 0.79% -
XYZ 33.52 25.46 22.22 -
YUV 139.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 201 112 124 0 0.44 0.38 0.21 351.91 0.45 0.61
Hex C9 70 7C 0 2C 26 15 160 2D 3D
Octal 311 160 174 0 54 46 25 540 55 75
Binary 11001001 1110000 1111100 0 101100 100110 10101 101100000 101101 111101

Color Harmonies of #C9707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9707C

Black with #C9707C

Text Example


Text Example

White with #C9707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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