Html Css Color HEX #CC8B9C Puce

📋 copy color: '#CC8B9C'

red 204 ◦ green 139 ◦ blue 156

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

Shades of Puce #CC8B9C

Tints of Puce #CC8B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.86%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 40.88%
G = 27.86%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC8B9C (or 0xCC8B9C) is known color: Puce. HEX triplet: CC, 8B and 9C. RGB value is (204,139,156). Sum of RGB (Red+Green+Blue) = 204+139+156=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B9C is #337463. Grayscale: #A0A0A0. Windows color (decimal): -3372132 or 10259404. OLE color: 10259404.

HSL color Cylindrical-coordinate representation of color #CC8B9C: hue angle of 344.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8B9C is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 156 -
CMYK 0 0.32 0.24 0.2
HSL 344.31º 0.39% 0.67% -
HSV(B) 344.31º 0.32% 0.8% -
XYZ 40.14 33.7 35.84 -
YUV 160.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 204 139 156 0 0.32 0.24 0.2 344.31 0.39 0.67
Hex CC 8B 9C 0 20 18 14 158 27 43
Octal 314 213 234 0 40 30 24 530 47 103
Binary 11001100 10001011 10011100 0 100000 11000 10100 101011000 100111 1000011

Color Harmonies of #CC8B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B9C

Black with #CC8B9C

Text Example


Text Example

White with #CC8B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B9C; }

 p { color: rgb(204,139,156); }

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

background-color css

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

 a { background-color: rgb(204,139,156); }

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

border-color css

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

 span { border-color: rgb(204,139,156); }

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