Html Css Color HEX #CD8595 Puce

📋 copy color: '#CD8595'

red 205 ◦ green 133 ◦ blue 149

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

Shades of Puce #CD8595

Tints of Puce #CD8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 42.09%
G = 27.31%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD8595 (or 0xCD8595) is known color: Puce. HEX triplet: CD, 85 and 95. RGB value is (205,133,149). Sum of RGB (Red+Green+Blue) = 205+133+149=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8595 is #327A6A. Grayscale: #9C9C9C. Windows color (decimal): -3308139 or 9799117. OLE color: 9799117.

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

Color convert

RGB 205 133 149 -
CMYK 0 0.35 0.27 0.20
HSL 346.67º 0.42% 0.66% -
HSV(B) 346.67º 0.35% 0.8% -
XYZ 38.99 31.92 32.54 -
YUV 156.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 205 133 149 0 0.35 0.27 0.20 346.67 0.42 0.66
Hex CD 85 95 0 23 1B 14 15B 2A 42
Octal 315 205 225 0 43 33 24 533 52 102
Binary 11001101 10000101 10010101 0 100011 11011 10100 101011011 101010 1000010

Color Harmonies of #CD8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8595

Black with #CD8595

Text Example


Text Example

White with #CD8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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