Html Css Color HEX #CC8679 My Pink

📋 copy color: '#CC8679'

red 204 ◦ green 134 ◦ blue 121

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

Shades of My Pink #CC8679

Tints of My Pink #CC8679

RGB

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

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

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

R = 44.44%
G = 29.19%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC8679 (or 0xCC8679) is known color: My Pink. HEX triplet: CC, 86 and 79. RGB value is (204,134,121). Sum of RGB (Red+Green+Blue) = 204+134+121=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8679 is #337986. Grayscale: #999999. Windows color (decimal): -3373447 or 7964364. OLE color: 7964364.

HSL color Cylindrical-coordinate representation of color #CC8679: hue angle of 9.4º 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 #CC8679 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 121 -
CMYK 0 0.34 0.41 0.2
HSL 9.4º 0.45% 0.64% -
HSV(B) 9.4º 0.41% 0.8% -
XYZ 36.88 31.27 22.18 -
YUV 153.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 204 134 121 0 0.34 0.41 0.2 9.4 0.45 0.64
Hex CC 86 79 0 22 29 14 9 2D 40
Octal 314 206 171 0 42 51 24 11 55 100
Binary 11001100 10000110 1111001 0 100010 101001 10100 1001 101101 1000000

Color Harmonies of #CC8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8679

Black with #CC8679

Text Example


Text Example

White with #CC8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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