Html Css Color HEX #CD8099 Puce

📋 copy color: '#CD8099'

red 205 ◦ green 128 ◦ blue 153

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

Shades of Puce #CD8099

Tints of Puce #CD8099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 42.18%
G = 26.34%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD8099 (or 0xCD8099) is known color: Puce. HEX triplet: CD, 80 and 99. RGB value is (205,128,153). Sum of RGB (Red+Green+Blue) = 205+128+153=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8099 is #327F66. Grayscale: #999999. Windows color (decimal): -3309415 or 10059981. OLE color: 10059981.

HSL color Cylindrical-coordinate representation of color #CD8099: hue angle of 340.52º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD8099 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 153 -
CMYK 0 0.38 0.25 0.20
HSL 340.52º 0.44% 0.65% -
HSV(B) 340.52º 0.38% 0.8% -
XYZ 38.65 30.72 34.03 -
YUV 153.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 205 128 153 0 0.38 0.25 0.20 340.52 0.44 0.65
Hex CD 80 99 0 26 19 14 155 2C 41
Octal 315 200 231 0 46 31 24 525 54 101
Binary 11001101 10000000 10011001 0 100110 11001 10100 101010101 101100 1000001

Color Harmonies of #CD8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8099

Black with #CD8099

Text Example


Text Example

White with #CD8099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8099; }

 p { color: rgb(205,128,153); }

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

background-color css

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

 a { background-color: rgb(205,128,153); }

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

border-color css

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

 span { border-color: rgb(205,128,153); }

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