Html Css Color HEX #C9707E Charm

📋 copy color: '#C9707E'

red 201 ◦ green 112 ◦ blue 126

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

Shades of Charm #C9707E

Tints of Charm #C9707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 45.79%
G = 25.51%
B = 28.7%

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

#C9707E (or 0xC9707E) is known color: Charm. HEX triplet: C9, 70 and 7E. RGB value is (201,112,126). Sum of RGB (Red+Green+Blue) = 201+112+126=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707E is #368F81. Grayscale: #8C8C8C. Windows color (decimal): -3575682 or 8286409. OLE color: 8286409.

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

Color convert

RGB 201 112 126 -
CMYK 0 0.44 0.37 0.21
HSL 350.56º 0.45% 0.61% -
HSV(B) 350.56º 0.44% 0.79% -
XYZ 33.65 25.51 22.89 -
YUV 140.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 201 112 126 0 0.44 0.37 0.21 350.56 0.45 0.61
Hex C9 70 7E 0 2C 25 15 15F 2D 3D
Octal 311 160 176 0 54 45 25 537 55 75
Binary 11001001 1110000 1111110 0 101100 100101 10101 101011111 101101 111101

Color Harmonies of #C9707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9707E

Black with #C9707E

Text Example


Text Example

White with #C9707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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