Html Css Color HEX #CD888D Puce

📋 copy color: '#CD888D'

red 205 ◦ green 136 ◦ blue 141

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

Shades of Puce #CD888D

Tints of Puce #CD888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

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

R = 42.53%
G = 28.22%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD888D (or 0xCD888D) is known color: Puce. HEX triplet: CD, 88 and 8D. RGB value is (205,136,141). Sum of RGB (Red+Green+Blue) = 205+136+141=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD888D is #327772. Grayscale: #9D9D9D. Windows color (decimal): -3307379 or 9275597. OLE color: 9275597.

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

Color convert

RGB 205 136 141 -
CMYK 0 0.34 0.31 0.20
HSL 355.65º 0.41% 0.67% -
HSV(B) 355.65º 0.34% 0.8% -
XYZ 38.79 32.51 29.43 -
YUV 157.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 205 136 141 0 0.34 0.31 0.20 355.65 0.41 0.67
Hex CD 88 8D 0 22 1F 14 164 29 43
Octal 315 210 215 0 42 37 24 544 51 103
Binary 11001101 10001000 10001101 0 100010 11111 10100 101100100 101001 1000011

Color Harmonies of #CD888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD888D

Black with #CD888D

Text Example


Text Example

White with #CD888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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