Html Css Color HEX #CC8476 My Pink

📋 copy color: '#CC8476'

red 204 ◦ green 132 ◦ blue 118

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

Shades of My Pink #CC8476

Tints of My Pink #CC8476

RGB

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

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

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

R = 44.93%
G = 29.07%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC8476 (or 0xCC8476) is known color: My Pink. HEX triplet: CC, 84 and 76. RGB value is (204,132,118). Sum of RGB (Red+Green+Blue) = 204+132+118=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8476 is #337B89. Grayscale: #989898. Windows color (decimal): -3373962 or 7767244. OLE color: 7767244.

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

Color convert

RGB 204 132 118 -
CMYK 0 0.35 0.42 0.2
HSL 9.77º 0.46% 0.63% -
HSV(B) 9.77º 0.42% 0.8% -
XYZ 36.42 30.65 21.14 -
YUV 151.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 204 132 118 0 0.35 0.42 0.2 9.77 0.46 0.63
Hex CC 84 76 0 23 2A 14 A 2E 3F
Octal 314 204 166 0 43 52 24 12 56 77
Binary 11001100 10000100 1110110 0 100011 101010 10100 1010 101110 111111

Color Harmonies of #CC8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8476

Black with #CC8476

Text Example


Text Example

White with #CC8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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