Html Css Color HEX #C9767D Charm

📋 copy color: '#C9767D'

red 201 ◦ green 118 ◦ blue 125

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

Shades of Charm #C9767D

Tints of Charm #C9767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 45.27%
G = 26.58%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9767D (or 0xC9767D) is known color: Charm. HEX triplet: C9, 76 and 7D. RGB value is (201,118,125). Sum of RGB (Red+Green+Blue) = 201+118+125=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9767D is #368982. Grayscale: #8F8F8F. Windows color (decimal): -3574147 or 8222409. OLE color: 8222409.

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

Color convert

RGB 201 118 125 -
CMYK 0 0.41 0.38 0.21
HSL 354.94º 0.43% 0.63% -
HSV(B) 354.94º 0.41% 0.79% -
XYZ 34.27 26.86 22.78 -
YUV 143.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 201 118 125 0 0.41 0.38 0.21 354.94 0.43 0.63
Hex C9 76 7D 0 29 26 15 163 2B 3F
Octal 311 166 175 0 51 46 25 543 53 77
Binary 11001001 1110110 1111101 0 101001 100110 10101 101100011 101011 111111

Color Harmonies of #C9767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9767D

Black with #C9767D

Text Example


Text Example

White with #C9767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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