Html Css Color HEX #CD809D Puce

📋 copy color: '#CD809D'

red 205 ◦ green 128 ◦ blue 157

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

Shades of Puce #CD809D

Tints of Puce #CD809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 41.84%
G = 26.12%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD809D (or 0xCD809D) is known color: Puce. HEX triplet: CD, 80 and 9D. RGB value is (205,128,157). Sum of RGB (Red+Green+Blue) = 205+128+157=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD809D is #327F62. Grayscale: #9A9A9A. Windows color (decimal): -3309411 or 10322125. OLE color: 10322125.

HSL color Cylindrical-coordinate representation of color #CD809D: hue angle of 337.4º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD809D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 157 -
CMYK 0 0.38 0.23 0.20
HSL 337.4º 0.44% 0.65% -
HSV(B) 337.4º 0.38% 0.8% -
XYZ 38.98 30.85 35.8 -
YUV 154.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 205 128 157 0 0.38 0.23 0.20 337.4 0.44 0.65
Hex CD 80 9D 0 26 17 14 151 2C 41
Octal 315 200 235 0 46 27 24 521 54 101
Binary 11001101 10000000 10011101 0 100110 10111 10100 101010001 101100 1000001

Color Harmonies of #CD809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD809D

Black with #CD809D

Text Example


Text Example

White with #CD809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD809D; }

 p { color: rgb(205,128,157); }

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

background-color css

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

 a { background-color: rgb(205,128,157); }

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

border-color css

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

 span { border-color: rgb(205,128,157); }

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