Html Css Color HEX #C9707D Charm

📋 copy color: '#C9707D'

red 201 ◦ green 112 ◦ blue 125

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

Shades of Charm #C9707D

Tints of Charm #C9707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 45.89%
G = 25.57%
B = 28.54%

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

#C9707D (or 0xC9707D) is known color: Charm. HEX triplet: C9, 70 and 7D. RGB value is (201,112,125). Sum of RGB (Red+Green+Blue) = 201+112+125=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707D is #368F82. Grayscale: #8C8C8C. Windows color (decimal): -3575683 or 8220873. OLE color: 8220873.

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

Color convert

RGB 201 112 125 -
CMYK 0 0.44 0.38 0.21
HSL 351.24º 0.45% 0.61% -
HSV(B) 351.24º 0.44% 0.79% -
XYZ 33.58 25.49 22.55 -
YUV 140.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 201 112 125 0 0.44 0.38 0.21 351.24 0.45 0.61
Hex C9 70 7D 0 2C 26 15 15F 2D 3D
Octal 311 160 175 0 54 46 25 537 55 75
Binary 11001001 1110000 1111101 0 101100 100110 10101 101011111 101101 111101

Color Harmonies of #C9707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9707D

Black with #C9707D

Text Example


Text Example

White with #C9707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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