Html Css Color HEX #CD8391 Puce

📋 copy color: '#CD8391'

red 205 ◦ green 131 ◦ blue 145

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

Shades of Puce #CD8391

Tints of Puce #CD8391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 42.62%
G = 27.23%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD8391 (or 0xCD8391) is known color: Puce. HEX triplet: CD, 83 and 91. RGB value is (205,131,145). Sum of RGB (Red+Green+Blue) = 205+131+145=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8391 is #327C6E. Grayscale: #9A9A9A. Windows color (decimal): -3308655 or 9536461. OLE color: 9536461.

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

Color convert

RGB 205 131 145 -
CMYK 0 0.36 0.29 0.20
HSL 348.65º 0.43% 0.66% -
HSV(B) 348.65º 0.36% 0.8% -
XYZ 38.4 31.26 30.8 -
YUV 154.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 205 131 145 0 0.36 0.29 0.20 348.65 0.43 0.66
Hex CD 83 91 0 24 1D 14 15D 2B 42
Octal 315 203 221 0 44 35 24 535 53 102
Binary 11001101 10000011 10010001 0 100100 11101 10100 101011101 101011 1000010

Color Harmonies of #CD8391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8391

Black with #CD8391

Text Example


Text Example

White with #CD8391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8391; }

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

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

background-color css

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

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

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

border-color css

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

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

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