Html Css Color HEX #CD8590 Puce

📋 copy color: '#CD8590'

red 205 ◦ green 133 ◦ blue 144

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

Shades of Puce #CD8590

Tints of Puce #CD8590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 42.53%
G = 27.59%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8590 (or 0xCD8590) is known color: Puce. HEX triplet: CD, 85 and 90. RGB value is (205,133,144). Sum of RGB (Red+Green+Blue) = 205+133+144=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8590 is #327A6F. Grayscale: #9B9B9B. Windows color (decimal): -3308144 or 9471437. OLE color: 9471437.

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

Color convert

RGB 205 133 144 -
CMYK 0 0.35 0.30 0.20
HSL 350.83º 0.42% 0.66% -
HSV(B) 350.83º 0.35% 0.8% -
XYZ 38.6 31.77 30.48 -
YUV 155.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 205 133 144 0 0.35 0.30 0.20 350.83 0.42 0.66
Hex CD 85 90 0 23 1E 14 15F 2A 42
Octal 315 205 220 0 43 36 24 537 52 102
Binary 11001101 10000101 10010000 0 100011 11110 10100 101011111 101010 1000010

Color Harmonies of #CD8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8590

Black with #CD8590

Text Example


Text Example

White with #CD8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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