Html Css Color HEX #CD8C90 Puce

📋 copy color: '#CD8C90'

red 205 ◦ green 140 ◦ blue 144

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

Shades of Puce #CD8C90

Tints of Puce #CD8C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

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

R = 41.92%
G = 28.63%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8C90 (or 0xCD8C90) is known color: Puce. HEX triplet: CD, 8C and 90. RGB value is (205,140,144). Sum of RGB (Red+Green+Blue) = 205+140+144=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C90 is #32736F. Grayscale: #9F9F9F. Windows color (decimal): -3306352 or 9473229. OLE color: 9473229.

HSL color Cylindrical-coordinate representation of color #CD8C90: hue angle of 356.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8C90 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 144 -
CMYK 0 0.32 0.30 0.20
HSL 356.31º 0.39% 0.68% -
HSV(B) 356.31º 0.32% 0.8% -
XYZ 39.59 33.75 30.81 -
YUV 159.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 205 140 144 0 0.32 0.30 0.20 356.31 0.39 0.68
Hex CD 8C 90 0 20 1E 14 164 27 44
Octal 315 214 220 0 40 36 24 544 47 104
Binary 11001101 10001100 10010000 0 100000 11110 10100 101100100 100111 1000100

Color Harmonies of #CD8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C90

Black with #CD8C90

Text Example


Text Example

White with #CD8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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