Html Css Color HEX #C9757E Charm

📋 copy color: '#C9757E'

red 201 ◦ green 117 ◦ blue 126

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

Shades of Charm #C9757E

Tints of Charm #C9757E

RGB

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

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

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

R = 45.27%
G = 26.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9757E (or 0xC9757E) is known color: Charm. HEX triplet: C9, 75 and 7E. RGB value is (201,117,126). Sum of RGB (Red+Green+Blue) = 201+117+126=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9757E is #368A81. Grayscale: #8F8F8F. Windows color (decimal): -3574402 or 8287689. OLE color: 8287689.

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

Color convert

RGB 201 117 126 -
CMYK 0 0.42 0.37 0.21
HSL 353.57º 0.44% 0.62% -
HSV(B) 353.57º 0.42% 0.79% -
XYZ 34.21 26.65 23.08 -
YUV 143.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 201 117 126 0 0.42 0.37 0.21 353.57 0.44 0.62
Hex C9 75 7E 0 2A 25 15 162 2C 3E
Octal 311 165 176 0 52 45 25 542 54 76
Binary 11001001 1110101 1111110 0 101010 100101 10101 101100010 101100 111110

Color Harmonies of #C9757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9757E

Black with #C9757E

Text Example


Text Example

White with #C9757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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