Html Css Color HEX #CD859E Puce

📋 copy color: '#CD859E'

red 205 ◦ green 133 ◦ blue 158

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

Shades of Puce #CD859E

Tints of Puce #CD859E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 41.33%
G = 26.81%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD859E (or 0xCD859E) is known color: Puce. HEX triplet: CD, 85 and 9E. RGB value is (205,133,158). Sum of RGB (Red+Green+Blue) = 205+133+158=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD859E is #327A61. Grayscale: #9D9D9D. Windows color (decimal): -3308130 or 10388941. OLE color: 10388941.

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

Color convert

RGB 205 133 158 -
CMYK 0 0.35 0.23 0.20
HSL 339.17º 0.42% 0.66% -
HSV(B) 339.17º 0.35% 0.8% -
XYZ 39.74 32.22 36.47 -
YUV 157.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 205 133 158 0 0.35 0.23 0.20 339.17 0.42 0.66
Hex CD 85 9E 0 23 17 14 153 2A 42
Octal 315 205 236 0 43 27 24 523 52 102
Binary 11001101 10000101 10011110 0 100011 10111 10100 101010011 101010 1000010

Color Harmonies of #CD859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD859E

Black with #CD859E

Text Example


Text Example

White with #CD859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD859E; }

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

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

background-color css

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

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

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

border-color css

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

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

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