Html Css Color HEX #CC8676 My Pink

📋 copy color: '#CC8676'

red 204 ◦ green 134 ◦ blue 118

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

Shades of My Pink #CC8676

Tints of My Pink #CC8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 44.74%
G = 29.39%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC8676 (or 0xCC8676) is known color: My Pink. HEX triplet: CC, 86 and 76. RGB value is (204,134,118). Sum of RGB (Red+Green+Blue) = 204+134+118=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8676 is #337989. Grayscale: #999999. Windows color (decimal): -3373450 or 7767756. OLE color: 7767756.

HSL color Cylindrical-coordinate representation of color #CC8676: hue angle of 11.16º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8676 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 118 -
CMYK 0 0.34 0.42 0.2
HSL 11.16º 0.46% 0.63% -
HSV(B) 11.16º 0.42% 0.8% -
XYZ 36.7 31.2 21.23 -
YUV 153.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 204 134 118 0 0.34 0.42 0.2 11.16 0.46 0.63
Hex CC 86 76 0 22 2A 14 B 2E 3F
Octal 314 206 166 0 42 52 24 13 56 77
Binary 11001100 10000110 1110110 0 100010 101010 10100 1011 101110 111111

Color Harmonies of #CC8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8676

Black with #CC8676

Text Example


Text Example

White with #CC8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8676; }

 p { color: rgb(204,134,118); }

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

background-color css

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

 a { background-color: rgb(204,134,118); }

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

border-color css

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

 span { border-color: rgb(204,134,118); }

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