Html Css Color HEX #C97F76 My Pink

📋 copy color: '#C97F76'

red 201 ◦ green 127 ◦ blue 118

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

Shades of My Pink #C97F76

Tints of My Pink #C97F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 45.07%
G = 28.48%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97F76 (or 0xC97F76) is known color: My Pink. HEX triplet: C9, 7F and 76. RGB value is (201,127,118). Sum of RGB (Red+Green+Blue) = 201+127+118=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F76 is #368089. Grayscale: #949494. Windows color (decimal): -3571850 or 7765961. OLE color: 7765961.

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

Color convert

RGB 201 127 118 -
CMYK 0 0.37 0.41 0.21
HSL 6.51º 0.43% 0.63% -
HSV(B) 6.51º 0.41% 0.79% -
XYZ 34.95 28.9 20.88 -
YUV 148.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 201 127 118 0 0.37 0.41 0.21 6.51 0.43 0.63
Hex C9 7F 76 0 25 29 15 7 2B 3F
Octal 311 177 166 0 45 51 25 7 53 77
Binary 11001001 1111111 1110110 0 100101 101001 10101 111 101011 111111

Color Harmonies of #C97F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F76

Black with #C97F76

Text Example


Text Example

White with #C97F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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