Html Css Color HEX #CC8479 My Pink

📋 copy color: '#CC8479'

red 204 ◦ green 132 ◦ blue 121

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

Shades of My Pink #CC8479

Tints of My Pink #CC8479

RGB

 RED value IS 204 (80.08% from 255) = 44.64%

 GREEN value IS 132 (51.95% from 255) = 28.88%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 44.64%
G = 28.88%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC8479 (or 0xCC8479) is known color: My Pink. HEX triplet: CC, 84 and 79. RGB value is (204,132,121). Sum of RGB (Red+Green+Blue) = 204+132+121=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8479 is #337B86. Grayscale: #989898. Windows color (decimal): -3373959 or 7963852. OLE color: 7963852.

HSL color Cylindrical-coordinate representation of color #CC8479: hue angle of 7.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8479 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 121 -
CMYK 0 0.35 0.41 0.2
HSL 7.95º 0.45% 0.64% -
HSV(B) 7.95º 0.41% 0.8% -
XYZ 36.6 30.72 22.09 -
YUV 152.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 204 132 121 0 0.35 0.41 0.2 7.95 0.45 0.64
Hex CC 84 79 0 23 29 14 8 2D 40
Octal 314 204 171 0 43 51 24 10 55 100
Binary 11001100 10000100 1111001 0 100011 101001 10100 1000 101101 1000000

Color Harmonies of #CC8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8479

Black with #CC8479

Text Example


Text Example

White with #CC8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8479; }

 p { color: rgb(204,132,121); }

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

background-color css

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

 a { background-color: rgb(204,132,121); }

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

border-color css

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

 span { border-color: rgb(204,132,121); }

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