Html Css Color HEX #CD84A2 Puce

📋 copy color: '#CD84A2'

red 205 ◦ green 132 ◦ blue 162

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

Shades of Puce #CD84A2

Tints of Puce #CD84A2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

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

R = 41.08%
G = 26.45%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD84A2 (or 0xCD84A2) is known color: Puce. HEX triplet: CD, 84 and A2. RGB value is (205,132,162). Sum of RGB (Red+Green+Blue) = 205+132+162=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD84A2 is #327B5D. Grayscale: #9D9D9D. Windows color (decimal): -3308382 or 10650829. OLE color: 10650829.

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

Color convert

RGB 205 132 162 -
CMYK 0 0.36 0.21 0.20
HSL 335.34º 0.42% 0.66% -
HSV(B) 335.34º 0.36% 0.8% -
XYZ 39.95 32.09 38.27 -
YUV 157.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 205 132 162 0 0.36 0.21 0.20 335.34 0.42 0.66
Hex CD 84 A2 0 24 15 14 14F 2A 42
Octal 315 204 242 0 44 25 24 517 52 102
Binary 11001101 10000100 10100010 0 100100 10101 10100 101001111 101010 1000010

Color Harmonies of #CD84A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD84A2

Black with #CD84A2

Text Example


Text Example

White with #CD84A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD84A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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