Html Css Color HEX #C9758C Charm

📋 copy color: '#C9758C'

red 201 ◦ green 117 ◦ blue 140

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

Shades of Charm #C9758C

Tints of Charm #C9758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 43.89%
G = 25.55%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9758C (or 0xC9758C) is known color: Charm. HEX triplet: C9, 75 and 8C. RGB value is (201,117,140). Sum of RGB (Red+Green+Blue) = 201+117+140=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9758C is #368A73. Grayscale: #909090. Windows color (decimal): -3574388 or 9205193. OLE color: 9205193.

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

Color convert

RGB 201 117 140 -
CMYK 0 0.42 0.30 0.21
HSL 343.57º 0.44% 0.62% -
HSV(B) 343.57º 0.42% 0.79% -
XYZ 35.18 27.03 28.17 -
YUV 144.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 201 117 140 0 0.42 0.30 0.21 343.57 0.44 0.62
Hex C9 75 8C 0 2A 1E 15 158 2C 3E
Octal 311 165 214 0 52 36 25 530 54 76
Binary 11001001 1110101 10001100 0 101010 11110 10101 101011000 101100 111110

Color Harmonies of #C9758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9758C

Black with #C9758C

Text Example


Text Example

White with #C9758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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