Html Css Color HEX #CD8690 Puce

📋 copy color: '#CD8690'

red 205 ◦ green 134 ◦ blue 144

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

Shades of Puce #CD8690

Tints of Puce #CD8690

RGB

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

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

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

R = 42.44%
G = 27.74%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD8690 (or 0xCD8690) is known color: Puce. HEX triplet: CD, 86 and 90. RGB value is (205,134,144). Sum of RGB (Red+Green+Blue) = 205+134+144=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8690 is #32796F. Grayscale: #9C9C9C. Windows color (decimal): -3307888 or 9471693. OLE color: 9471693.

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

Color convert

RGB 205 134 144 -
CMYK 0 0.35 0.30 0.20
HSL 351.55º 0.42% 0.66% -
HSV(B) 351.55º 0.35% 0.8% -
XYZ 38.74 32.04 30.53 -
YUV 156.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 205 134 144 0 0.35 0.30 0.20 351.55 0.42 0.66
Hex CD 86 90 0 23 1E 14 160 2A 42
Octal 315 206 220 0 43 36 24 540 52 102
Binary 11001101 10000110 10010000 0 100011 11110 10100 101100000 101010 1000010

Color Harmonies of #CD8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8690

Black with #CD8690

Text Example


Text Example

White with #CD8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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