Html Css Color HEX #CD8490 Puce

📋 copy color: '#CD8490'

red 205 ◦ green 132 ◦ blue 144

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

Shades of Puce #CD8490

Tints of Puce #CD8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 42.62%
G = 27.44%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8490 (or 0xCD8490) is known color: Puce. HEX triplet: CD, 84 and 90. RGB value is (205,132,144). Sum of RGB (Red+Green+Blue) = 205+132+144=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8490 is #327B6F. Grayscale: #9B9B9B. Windows color (decimal): -3308400 or 9471181. OLE color: 9471181.

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

Color convert

RGB 205 132 144 -
CMYK 0 0.36 0.30 0.20
HSL 350.14º 0.42% 0.66% -
HSV(B) 350.14º 0.36% 0.8% -
XYZ 38.46 31.5 30.44 -
YUV 155.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 205 132 144 0 0.36 0.30 0.20 350.14 0.42 0.66
Hex CD 84 90 0 24 1E 14 15E 2A 42
Octal 315 204 220 0 44 36 24 536 52 102
Binary 11001101 10000100 10010000 0 100100 11110 10100 101011110 101010 1000010

Color Harmonies of #CD8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8490

Black with #CD8490

Text Example


Text Example

White with #CD8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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