Html Css Color HEX #C9758D Charm

📋 copy color: '#C9758D'

red 201 ◦ green 117 ◦ blue 141

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

Shades of Charm #C9758D

Tints of Charm #C9758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 43.79%
G = 25.49%
B = 30.72%

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

#C9758D (or 0xC9758D) is known color: Charm. HEX triplet: C9, 75 and 8D. RGB value is (201,117,141). Sum of RGB (Red+Green+Blue) = 201+117+141=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9758D is #368A72. Grayscale: #909090. Windows color (decimal): -3574387 or 9270729. OLE color: 9270729.

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

Color convert

RGB 201 117 141 -
CMYK 0 0.42 0.30 0.21
HSL 342.86º 0.44% 0.62% -
HSV(B) 342.86º 0.42% 0.79% -
XYZ 35.26 27.06 28.56 -
YUV 144.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 201 117 141 0 0.42 0.30 0.21 342.86 0.44 0.62
Hex C9 75 8D 0 2A 1E 15 157 2C 3E
Octal 311 165 215 0 52 36 25 527 54 76
Binary 11001001 1110101 10001101 0 101010 11110 10101 101010111 101100 111110

Color Harmonies of #C9758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9758D

Black with #C9758D

Text Example


Text Example

White with #C9758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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