Html Css Color HEX #CD82A2 Puce

📋 copy color: '#CD82A2'

red 205 ◦ green 130 ◦ blue 162

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

Shades of Puce #CD82A2

Tints of Puce #CD82A2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 41.25%
G = 26.16%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD82A2 (or 0xCD82A2) is known color: Puce. HEX triplet: CD, 82 and A2. RGB value is (205,130,162). Sum of RGB (Red+Green+Blue) = 205+130+162=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD82A2 is #327D5D. Grayscale: #9C9C9C. Windows color (decimal): -3308894 or 10650317. OLE color: 10650317.

HSL color Cylindrical-coordinate representation of color #CD82A2: hue angle of 334.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD82A2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 162 -
CMYK 0 0.37 0.21 0.20
HSL 334.4º 0.43% 0.66% -
HSV(B) 334.4º 0.37% 0.8% -
XYZ 39.68 31.55 38.18 -
YUV 156.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 205 130 162 0 0.37 0.21 0.20 334.4 0.43 0.66
Hex CD 82 A2 0 25 15 14 14E 2B 42
Octal 315 202 242 0 45 25 24 516 53 102
Binary 11001101 10000010 10100010 0 100101 10101 10100 101001110 101011 1000010

Color Harmonies of #CD82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82A2

Black with #CD82A2

Text Example


Text Example

White with #CD82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82A2; }

 p { color: rgb(205,130,162); }

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

background-color css

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

 a { background-color: rgb(205,130,162); }

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

border-color css

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

 span { border-color: rgb(205,130,162); }

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