Html Css Color HEX #CC83AA Puce

📋 copy color: '#CC83AA'

red 204 ◦ green 131 ◦ blue 170

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

Shades of Puce #CC83AA

Tints of Puce #CC83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

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

R = 40.4%
G = 25.94%
B = 33.66%

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

#CC83AA (or 0xCC83AA) is known color: Puce. HEX triplet: CC, 83 and AA. RGB value is (204,131,170). Sum of RGB (Red+Green+Blue) = 204+131+170=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC83AA is #337C55. Grayscale: #9D9D9D. Windows color (decimal): -3374166 or 11174860. OLE color: 11174860.

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

Color convert

RGB 204 131 170 -
CMYK 0 0.36 0.17 0.2
HSL 327.95º 0.42% 0.66% -
HSV(B) 327.95º 0.36% 0.8% -
XYZ 40.27 31.97 42.08 -
YUV 157.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 204 131 170 0 0.36 0.17 0.2 327.95 0.42 0.66
Hex CC 83 AA 0 24 11 14 148 2A 42
Octal 314 203 252 0 44 21 24 510 52 102
Binary 11001100 10000011 10101010 0 100100 10001 10100 101001000 101010 1000010

Color Harmonies of #CC83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83AA

Black with #CC83AA

Text Example


Text Example

White with #CC83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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