Html Css Color HEX #CD8C8D Puce

📋 copy color: '#CD8C8D'

red 205 ◦ green 140 ◦ blue 141

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

Shades of Puce #CD8C8D

Tints of Puce #CD8C8D

RGB

 RED value IS 205 (80.47% from 255) = 42.18%

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

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

R = 42.18%
G = 28.81%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD8C8D (or 0xCD8C8D) is known color: Puce. HEX triplet: CD, 8C and 8D. RGB value is (205,140,141). Sum of RGB (Red+Green+Blue) = 205+140+141=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8D is #327372. Grayscale: #9F9F9F. Windows color (decimal): -3306355 or 9276621. OLE color: 9276621.

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

Color convert

RGB 205 140 141 -
CMYK 0 0.32 0.31 0.20
HSL 359.08º 0.39% 0.68% -
HSV(B) 359.08º 0.32% 0.8% -
XYZ 39.36 33.66 29.62 -
YUV 159.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 205 140 141 0 0.32 0.31 0.20 359.08 0.39 0.68
Hex CD 8C 8D 0 20 1F 14 167 27 44
Octal 315 214 215 0 40 37 24 547 47 104
Binary 11001101 10001100 10001101 0 100000 11111 10100 101100111 100111 1000100

Color Harmonies of #CD8C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C8D

Black with #CD8C8D

Text Example


Text Example

White with #CD8C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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