Html Css Color HEX #CC8599 Puce

📋 copy color: '#CC8599'

red 204 ◦ green 133 ◦ blue 153

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

Shades of Puce #CC8599

Tints of Puce #CC8599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 41.63%
G = 27.14%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8599 (or 0xCC8599) is known color: Puce. HEX triplet: CC, 85 and 99. RGB value is (204,133,153). Sum of RGB (Red+Green+Blue) = 204+133+153=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8599 is #337A66. Grayscale: #9C9C9C. Windows color (decimal): -3373671 or 10061260. OLE color: 10061260.

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

Color convert

RGB 204 133 153 -
CMYK 0 0.35 0.25 0.2
HSL 343.1º 0.41% 0.66% -
HSV(B) 343.1º 0.35% 0.8% -
XYZ 39.04 31.91 34.24 -
YUV 156.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 204 133 153 0 0.35 0.25 0.2 343.1 0.41 0.66
Hex CC 85 99 0 23 19 14 157 29 42
Octal 314 205 231 0 43 31 24 527 51 102
Binary 11001100 10000101 10011001 0 100011 11001 10100 101010111 101001 1000010

Color Harmonies of #CC8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8599

Black with #CC8599

Text Example


Text Example

White with #CC8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8599; }

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

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

background-color css

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

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

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

border-color css

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

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

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