Html Css Color HEX #CD839E Puce

📋 copy color: '#CD839E'

red 205 ◦ green 131 ◦ blue 158

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

Shades of Puce #CD839E

Tints of Puce #CD839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

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

R = 41.5%
G = 26.52%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD839E (or 0xCD839E) is known color: Puce. HEX triplet: CD, 83 and 9E. RGB value is (205,131,158). Sum of RGB (Red+Green+Blue) = 205+131+158=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD839E is #327C61. Grayscale: #9C9C9C. Windows color (decimal): -3308642 or 10388429. OLE color: 10388429.

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

Color convert

RGB 205 131 158 -
CMYK 0 0.36 0.23 0.20
HSL 338.11º 0.43% 0.66% -
HSV(B) 338.11º 0.36% 0.8% -
XYZ 39.46 31.68 36.38 -
YUV 156.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 205 131 158 0 0.36 0.23 0.20 338.11 0.43 0.66
Hex CD 83 9E 0 24 17 14 152 2B 42
Octal 315 203 236 0 44 27 24 522 53 102
Binary 11001101 10000011 10011110 0 100100 10111 10100 101010010 101011 1000010

Color Harmonies of #CD839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD839E

Black with #CD839E

Text Example


Text Example

White with #CD839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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