Html Css Color HEX #CD869D Puce

📋 copy color: '#CD869D'

red 205 ◦ green 134 ◦ blue 157

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

Shades of Puce #CD869D

Tints of Puce #CD869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 41.33%
G = 27.02%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD869D (or 0xCD869D) is known color: Puce. HEX triplet: CD, 86 and 9D. RGB value is (205,134,157). Sum of RGB (Red+Green+Blue) = 205+134+157=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD869D is #327962. Grayscale: #9D9D9D. Windows color (decimal): -3307875 or 10323661. OLE color: 10323661.

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

Color convert

RGB 205 134 157 -
CMYK 0 0.35 0.23 0.20
HSL 340.56º 0.42% 0.66% -
HSV(B) 340.56º 0.35% 0.8% -
XYZ 39.79 32.46 36.07 -
YUV 157.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 205 134 157 0 0.35 0.23 0.20 340.56 0.42 0.66
Hex CD 86 9D 0 23 17 14 155 2A 42
Octal 315 206 235 0 43 27 24 525 52 102
Binary 11001101 10000110 10011101 0 100011 10111 10100 101010101 101010 1000010

Color Harmonies of #CD869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD869D

Black with #CD869D

Text Example


Text Example

White with #CD869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD869D; }

 p { color: rgb(205,134,157); }

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

background-color css

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

 a { background-color: rgb(205,134,157); }

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

border-color css

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

 span { border-color: rgb(205,134,157); }

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