Html Css Color HEX #CC8399 Puce

📋 copy color: '#CC8399'

red 204 ◦ green 131 ◦ blue 153

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

Shades of Puce #CC8399

Tints of Puce #CC8399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 41.8%
G = 26.84%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8399 (or 0xCC8399) is known color: Puce. HEX triplet: CC, 83 and 99. RGB value is (204,131,153). Sum of RGB (Red+Green+Blue) = 204+131+153=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8399 is #337C66. Grayscale: #9B9B9B. Windows color (decimal): -3374183 or 10060748. OLE color: 10060748.

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

Color convert

RGB 204 131 153 -
CMYK 0 0.36 0.25 0.2
HSL 341.92º 0.42% 0.66% -
HSV(B) 341.92º 0.36% 0.8% -
XYZ 38.77 31.37 34.15 -
YUV 155.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 204 131 153 0 0.36 0.25 0.2 341.92 0.42 0.66
Hex CC 83 99 0 24 19 14 156 2A 42
Octal 314 203 231 0 44 31 24 526 52 102
Binary 11001100 10000011 10011001 0 100100 11001 10100 101010110 101010 1000010

Color Harmonies of #CC8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8399

Black with #CC8399

Text Example


Text Example

White with #CC8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8399; }

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

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

background-color css

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

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

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

border-color css

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

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

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