Html Css Color HEX #CD8D93 Puce

📋 copy color: '#CD8D93'

red 205 ◦ green 141 ◦ blue 147

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

Shades of Puce #CD8D93

Tints of Puce #CD8D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.6%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 41.58%
G = 28.6%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD8D93 (or 0xCD8D93) is known color: Puce. HEX triplet: CD, 8D and 93. RGB value is (205,141,147). Sum of RGB (Red+Green+Blue) = 205+141+147=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D93 is #32726C. Grayscale: #A0A0A0. Windows color (decimal): -3306093 or 9670093. OLE color: 9670093.

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

Color convert

RGB 205 141 147 -
CMYK 0 0.31 0.28 0.20
HSL 354.38º 0.39% 0.68% -
HSV(B) 354.38º 0.31% 0.8% -
XYZ 39.97 34.14 32.09 -
YUV 160.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 205 141 147 0 0.31 0.28 0.20 354.38 0.39 0.68
Hex CD 8D 93 0 1F 1C 14 162 27 44
Octal 315 215 223 0 37 34 24 542 47 104
Binary 11001101 10001101 10010011 0 11111 11100 10100 101100010 100111 1000100

Color Harmonies of #CD8D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D93

Black with #CD8D93

Text Example


Text Example

White with #CD8D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D93; }

 p { color: rgb(205,141,147); }

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

background-color css

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

 a { background-color: rgb(205,141,147); }

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

border-color css

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

 span { border-color: rgb(205,141,147); }

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