Html Css Color HEX #CC8C8D Puce

📋 copy color: '#CC8C8D'

red 204 ◦ green 140 ◦ blue 141

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

Shades of Puce #CC8C8D

Tints of Puce #CC8C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 42.06%
G = 28.87%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC8C8D (or 0xCC8C8D) is known color: Puce. HEX triplet: CC, 8C and 8D. RGB value is (204,140,141). Sum of RGB (Red+Green+Blue) = 204+140+141=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C8D is #337372. Grayscale: #9F9F9F. Windows color (decimal): -3371891 or 9276620. OLE color: 9276620.

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

Color convert

RGB 204 140 141 -
CMYK 0 0.31 0.31 0.2
HSL 359.06º 0.39% 0.67% -
HSV(B) 359.06º 0.31% 0.8% -
XYZ 39.09 33.52 29.61 -
YUV 159.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 204 140 141 0 0.31 0.31 0.2 359.06 0.39 0.67
Hex CC 8C 8D 0 1F 1F 14 167 27 43
Octal 314 214 215 0 37 37 24 547 47 103
Binary 11001100 10001100 10001101 0 11111 11111 10100 101100111 100111 1000011

Color Harmonies of #CC8C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C8D

Black with #CC8C8D

Text Example


Text Example

White with #CC8C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C8D; }

 p { color: rgb(204,140,141); }

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

background-color css

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

 a { background-color: rgb(204,140,141); }

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

border-color css

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

 span { border-color: rgb(204,140,141); }

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