Html Css Color HEX #CC8798 Puce

📋 copy color: '#CC8798'

red 204 ◦ green 135 ◦ blue 152

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

Shades of Puce #CC8798

Tints of Puce #CC8798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 41.55%
G = 27.49%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8798 (or 0xCC8798) is known color: Puce. HEX triplet: CC, 87 and 98. RGB value is (204,135,152). Sum of RGB (Red+Green+Blue) = 204+135+152=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8798 is #337867. Grayscale: #9D9D9D. Windows color (decimal): -3373160 or 9996236. OLE color: 9996236.

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

Color convert

RGB 204 135 152 -
CMYK 0 0.34 0.25 0.2
HSL 345.22º 0.4% 0.66% -
HSV(B) 345.22º 0.34% 0.8% -
XYZ 39.23 32.43 33.9 -
YUV 157.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 204 135 152 0 0.34 0.25 0.2 345.22 0.4 0.66
Hex CC 87 98 0 22 19 14 159 28 42
Octal 314 207 230 0 42 31 24 531 50 102
Binary 11001100 10000111 10011000 0 100010 11001 10100 101011001 101000 1000010

Color Harmonies of #CC8798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8798

Black with #CC8798

Text Example


Text Example

White with #CC8798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8798; }

 p { color: rgb(204,135,152); }

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

background-color css

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

 a { background-color: rgb(204,135,152); }

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

border-color css

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

 span { border-color: rgb(204,135,152); }

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