Html Css Color HEX #CD829E Puce

📋 copy color: '#CD829E'

red 205 ◦ green 130 ◦ blue 158

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

Shades of Puce #CD829E

Tints of Puce #CD829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 41.58%
G = 26.37%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD829E (or 0xCD829E) is known color: Puce. HEX triplet: CD, 82 and 9E. RGB value is (205,130,158). Sum of RGB (Red+Green+Blue) = 205+130+158=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829E is #327D61. Grayscale: #9B9B9B. Windows color (decimal): -3308898 or 10388173. OLE color: 10388173.

HSL color Cylindrical-coordinate representation of color #CD829E: hue angle of 337.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD829E is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 158 -
CMYK 0 0.37 0.23 0.20
HSL 337.6º 0.43% 0.66% -
HSV(B) 337.6º 0.37% 0.8% -
XYZ 39.33 31.41 36.34 -
YUV 155.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 205 130 158 0 0.37 0.23 0.20 337.6 0.43 0.66
Hex CD 82 9E 0 25 17 14 152 2B 42
Octal 315 202 236 0 45 27 24 522 53 102
Binary 11001101 10000010 10011110 0 100101 10111 10100 101010010 101011 1000010

Color Harmonies of #CD829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD829E

Black with #CD829E

Text Example


Text Example

White with #CD829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD829E; }

 p { color: rgb(205,130,158); }

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

background-color css

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

 a { background-color: rgb(205,130,158); }

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

border-color css

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

 span { border-color: rgb(205,130,158); }

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