Html Css Color HEX #C9827A My Pink

📋 copy color: '#C9827A'

red 201 ◦ green 130 ◦ blue 122

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

Shades of My Pink #C9827A

Tints of My Pink #C9827A

RGB

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

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

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

R = 44.37%
G = 28.7%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9827A (or 0xC9827A) is known color: My Pink. HEX triplet: C9, 82 and 7A. RGB value is (201,130,122). Sum of RGB (Red+Green+Blue) = 201+130+122=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9827A is #367D85. Grayscale: #969696. Windows color (decimal): -3571078 or 8028873. OLE color: 8028873.

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

Color convert

RGB 201 130 122 -
CMYK 0 0.35 0.39 0.21
HSL 6.08º 0.42% 0.63% -
HSV(B) 6.08º 0.39% 0.79% -
XYZ 35.58 29.79 22.29 -
YUV 150.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 201 130 122 0 0.35 0.39 0.21 6.08 0.42 0.63
Hex C9 82 7A 0 23 27 15 6 2A 3F
Octal 311 202 172 0 43 47 25 6 52 77
Binary 11001001 10000010 1111010 0 100011 100111 10101 110 101010 111111

Color Harmonies of #C9827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9827A

Black with #C9827A

Text Example


Text Example

White with #C9827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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