Html Css Color HEX #C9768D Charm

📋 copy color: '#C9768D'

red 201 ◦ green 118 ◦ blue 141

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

Shades of Charm #C9768D

Tints of Charm #C9768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

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

R = 43.7%
G = 25.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9768D (or 0xC9768D) is known color: Charm. HEX triplet: C9, 76 and 8D. RGB value is (201,118,141). Sum of RGB (Red+Green+Blue) = 201+118+141=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9768D is #368972. Grayscale: #919191. Windows color (decimal): -3574131 or 9270985. OLE color: 9270985.

HSL color Cylindrical-coordinate representation of color #C9768D: hue angle of 343.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9768D is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 141 -
CMYK 0 0.41 0.30 0.21
HSL 343.37º 0.43% 0.63% -
HSV(B) 343.37º 0.41% 0.79% -
XYZ 35.37 27.3 28.6 -
YUV 145.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 201 118 141 0 0.41 0.30 0.21 343.37 0.43 0.63
Hex C9 76 8D 0 29 1E 15 157 2B 3F
Octal 311 166 215 0 51 36 25 527 53 77
Binary 11001001 1110110 10001101 0 101001 11110 10101 101010111 101011 111111

Color Harmonies of #C9768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9768D

Black with #C9768D

Text Example


Text Example

White with #C9768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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