Html Css Color HEX #CD80AB Puce

📋 copy color: '#CD80AB'

red 205 ◦ green 128 ◦ blue 171

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

Shades of Puce #CD80AB

Tints of Puce #CD80AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 40.67%
G = 25.4%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CD80AB (or 0xCD80AB) is known color: Puce. HEX triplet: CD, 80 and AB. RGB value is (205,128,171). Sum of RGB (Red+Green+Blue) = 205+128+171=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80AB is #327F54. Grayscale: #9B9B9B. Windows color (decimal): -3309397 or 11239629. OLE color: 11239629.

HSL color Cylindrical-coordinate representation of color #CD80AB: hue angle of 326.49º 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 #CD80AB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 171 -
CMYK 0 0.38 0.17 0.20
HSL 326.49º 0.44% 0.65% -
HSV(B) 326.49º 0.38% 0.8% -
XYZ 40.25 31.36 42.46 -
YUV 155.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 205 128 171 0 0.38 0.17 0.20 326.49 0.44 0.65
Hex CD 80 AB 0 26 11 14 146 2C 41
Octal 315 200 253 0 46 21 24 506 54 101
Binary 11001101 10000000 10101011 0 100110 10001 10100 101000110 101100 1000001

Color Harmonies of #CD80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80AB

Black with #CD80AB

Text Example


Text Example

White with #CD80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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