Html Css Color HEX #C88178 My Pink

📋 copy color: '#C88178'

red 200 ◦ green 129 ◦ blue 120

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

Shades of My Pink #C88178

Tints of My Pink #C88178

RGB

 RED value IS 200 (78.52% from 255) = 44.54%

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 44.54%
G = 28.73%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C88178 (or 0xC88178) is known color: My Pink. HEX triplet: C8, 81 and 78. RGB value is (200,129,120). Sum of RGB (Red+Green+Blue) = 200+129+120=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88178 is #377E87. Grayscale: #959595. Windows color (decimal): -3636872 or 7897544. OLE color: 7897544.

HSL color Cylindrical-coordinate representation of color #C88178: hue angle of 6.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88178 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 120 -
CMYK 0 0.36 0.4 0.22
HSL 6.75º 0.42% 0.63% -
HSV(B) 6.75º 0.4% 0.78% -
XYZ 35.06 29.34 21.58 -
YUV 149.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 200 129 120 0 0.36 0.4 0.22 6.75 0.42 0.63
Hex C8 81 78 0 24 28 16 7 2A 3F
Octal 310 201 170 0 44 50 26 7 52 77
Binary 11001000 10000001 1111000 0 100100 101000 10110 111 101010 111111

Color Harmonies of #C88178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88178

Black with #C88178

Text Example


Text Example

White with #C88178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88178; }

 p { color: rgb(200,129,120); }

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

background-color css

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

 a { background-color: rgb(200,129,120); }

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

border-color css

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

 span { border-color: rgb(200,129,120); }

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