Html Css Color HEX #CC82AA Puce

📋 copy color: '#CC82AA'

red 204 ◦ green 130 ◦ blue 170

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

Shades of Puce #CC82AA

Tints of Puce #CC82AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 40.48%
G = 25.79%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC82AA (or 0xCC82AA) is known color: Puce. HEX triplet: CC, 82 and AA. RGB value is (204,130,170). Sum of RGB (Red+Green+Blue) = 204+130+170=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC82AA is #337D55. Grayscale: #9C9C9C. Windows color (decimal): -3374422 or 11174604. OLE color: 11174604.

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

Color convert

RGB 204 130 170 -
CMYK 0 0.36 0.17 0.2
HSL 327.57º 0.42% 0.65% -
HSV(B) 327.57º 0.36% 0.8% -
XYZ 40.14 31.7 42.03 -
YUV 156.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 204 130 170 0 0.36 0.17 0.2 327.57 0.42 0.65
Hex CC 82 AA 0 24 11 14 148 2A 41
Octal 314 202 252 0 44 21 24 510 52 101
Binary 11001100 10000010 10101010 0 100100 10001 10100 101001000 101010 1000001

Color Harmonies of #CC82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82AA

Black with #CC82AA

Text Example


Text Example

White with #CC82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82AA; }

 p { color: rgb(204,130,170); }

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

background-color css

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

 a { background-color: rgb(204,130,170); }

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

border-color css

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

 span { border-color: rgb(204,130,170); }

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