Html Css Color HEX #CD8D8F Puce

📋 copy color: '#CD8D8F'

red 205 ◦ green 141 ◦ blue 143

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

Shades of Puce #CD8D8F

Tints of Puce #CD8D8F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.83%

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 41.92%
G = 28.83%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8D8F (or 0xCD8D8F) is known color: Puce. HEX triplet: CD, 8D and 8F. RGB value is (205,141,143). Sum of RGB (Red+Green+Blue) = 205+141+143=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D8F is #327270. Grayscale: #A0A0A0. Windows color (decimal): -3306097 or 9407949. OLE color: 9407949.

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

Color convert

RGB 205 141 143 -
CMYK 0 0.31 0.30 0.20
HSL 358.13º 0.39% 0.68% -
HSV(B) 358.13º 0.31% 0.8% -
XYZ 39.66 34.01 30.46 -
YUV 160.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 205 141 143 0 0.31 0.30 0.20 358.13 0.39 0.68
Hex CD 8D 8F 0 1F 1E 14 166 27 44
Octal 315 215 217 0 37 36 24 546 47 104
Binary 11001101 10001101 10001111 0 11111 11110 10100 101100110 100111 1000100

Color Harmonies of #CD8D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D8F

Black with #CD8D8F

Text Example


Text Example

White with #CD8D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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