Html Css Color HEX #CD8C92 Puce

📋 copy color: '#CD8C92'

red 205 ◦ green 140 ◦ blue 146

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

Shades of Puce #CD8C92

Tints of Puce #CD8C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 41.75%
G = 28.51%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD8C92 (or 0xCD8C92) is known color: Puce. HEX triplet: CD, 8C and 92. RGB value is (205,140,146). Sum of RGB (Red+Green+Blue) = 205+140+146=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C92 is #32736D. Grayscale: #A0A0A0. Windows color (decimal): -3306350 or 9604301. OLE color: 9604301.

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

Color convert

RGB 205 140 146 -
CMYK 0 0.32 0.29 0.20
HSL 354.46º 0.39% 0.68% -
HSV(B) 354.46º 0.32% 0.8% -
XYZ 39.74 33.81 31.63 -
YUV 160.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 205 140 146 0 0.32 0.29 0.20 354.46 0.39 0.68
Hex CD 8C 92 0 20 1D 14 162 27 44
Octal 315 214 222 0 40 35 24 542 47 104
Binary 11001101 10001100 10010010 0 100000 11101 10100 101100010 100111 1000100

Color Harmonies of #CD8C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C92

Black with #CD8C92

Text Example


Text Example

White with #CD8C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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