Html Css Color HEX #CD839B Puce

📋 copy color: '#CD839B'

red 205 ◦ green 131 ◦ blue 155

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

Shades of Puce #CD839B

Tints of Puce #CD839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 41.75%
G = 26.68%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD839B (or 0xCD839B) is known color: Puce. HEX triplet: CD, 83 and 9B. RGB value is (205,131,155). Sum of RGB (Red+Green+Blue) = 205+131+155=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD839B is #327C64. Grayscale: #9B9B9B. Windows color (decimal): -3308645 or 10191821. OLE color: 10191821.

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

Color convert

RGB 205 131 155 -
CMYK 0 0.36 0.24 0.20
HSL 340.54º 0.43% 0.66% -
HSV(B) 340.54º 0.36% 0.8% -
XYZ 39.21 31.58 35.04 -
YUV 155.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 205 131 155 0 0.36 0.24 0.20 340.54 0.43 0.66
Hex CD 83 9B 0 24 18 14 155 2B 42
Octal 315 203 233 0 44 30 24 525 53 102
Binary 11001101 10000011 10011011 0 100100 11000 10100 101010101 101011 1000010

Color Harmonies of #CD839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD839B

Black with #CD839B

Text Example


Text Example

White with #CD839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD839B; }

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

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

background-color css

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

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

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

border-color css

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

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

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