Html Css Color HEX #C9757C Charm

📋 copy color: '#C9757C'

red 201 ◦ green 117 ◦ blue 124

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

Shades of Charm #C9757C

Tints of Charm #C9757C

RGB

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

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

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

R = 45.48%
G = 26.47%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9757C (or 0xC9757C) is known color: Charm. HEX triplet: C9, 75 and 7C. RGB value is (201,117,124). Sum of RGB (Red+Green+Blue) = 201+117+124=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9757C is #368A83. Grayscale: #8E8E8E. Windows color (decimal): -3574404 or 8156617. OLE color: 8156617.

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

Color convert

RGB 201 117 124 -
CMYK 0 0.42 0.38 0.21
HSL 355º 0.44% 0.62% -
HSV(B) 355º 0.42% 0.79% -
XYZ 34.09 26.6 22.41 -
YUV 142.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 201 117 124 0 0.42 0.38 0.21 355 0.44 0.62
Hex C9 75 7C 0 2A 26 15 163 2C 3E
Octal 311 165 174 0 52 46 25 543 54 76
Binary 11001001 1110101 1111100 0 101010 100110 10101 101100011 101100 111110

Color Harmonies of #C9757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9757C

Black with #C9757C

Text Example


Text Example

White with #C9757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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