Html Css Color HEX #C8827A My Pink

📋 copy color: '#C8827A'

red 200 ◦ green 130 ◦ blue 122

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

Shades of My Pink #C8827A

Tints of My Pink #C8827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 44.25%
G = 28.76%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8827A (or 0xC8827A) is known color: My Pink. HEX triplet: C8, 82 and 7A. RGB value is (200,130,122). Sum of RGB (Red+Green+Blue) = 200+130+122=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8827A is #377D85. Grayscale: #969696. Windows color (decimal): -3636614 or 8028872. OLE color: 8028872.

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

Color convert

RGB 200 130 122 -
CMYK 0 0.35 0.39 0.22
HSL 6.15º 0.41% 0.63% -
HSV(B) 6.15º 0.39% 0.78% -
XYZ 35.31 29.65 22.27 -
YUV 150.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 200 130 122 0 0.35 0.39 0.22 6.15 0.41 0.63
Hex C8 82 7A 0 23 27 16 6 29 3F
Octal 310 202 172 0 43 47 26 6 51 77
Binary 11001000 10000010 1111010 0 100011 100111 10110 110 101001 111111

Color Harmonies of #C8827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8827A

Black with #C8827A

Text Example


Text Example

White with #C8827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8827A; }

 p { color: rgb(200,130,122); }

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

background-color css

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

 a { background-color: rgb(200,130,122); }

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

border-color css

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

 span { border-color: rgb(200,130,122); }

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