Html Css Color HEX #CD85A0 Puce

📋 copy color: '#CD85A0'

red 205 ◦ green 133 ◦ blue 160

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

Shades of Puce #CD85A0

Tints of Puce #CD85A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 41.16%
G = 26.71%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD85A0 (or 0xCD85A0) is known color: Puce. HEX triplet: CD, 85 and A0. RGB value is (205,133,160). Sum of RGB (Red+Green+Blue) = 205+133+160=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85A0 is #327A5F. Grayscale: #9D9D9D. Windows color (decimal): -3308128 or 10520013. OLE color: 10520013.

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

Color convert

RGB 205 133 160 -
CMYK 0 0.35 0.22 0.20
HSL 337.5º 0.42% 0.66% -
HSV(B) 337.5º 0.35% 0.8% -
XYZ 39.91 32.29 37.39 -
YUV 157.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 205 133 160 0 0.35 0.22 0.20 337.5 0.42 0.66
Hex CD 85 A0 0 23 16 14 152 2A 42
Octal 315 205 240 0 43 26 24 522 52 102
Binary 11001101 10000101 10100000 0 100011 10110 10100 101010010 101010 1000010

Color Harmonies of #CD85A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85A0

Black with #CD85A0

Text Example


Text Example

White with #CD85A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85A0; }

 p { color: rgb(205,133,160); }

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

background-color css

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

 a { background-color: rgb(205,133,160); }

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

border-color css

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

 span { border-color: rgb(205,133,160); }

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