Html Css Color HEX #CD829C Puce

📋 copy color: '#CD829C'

red 205 ◦ green 130 ◦ blue 156

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

Shades of Puce #CD829C

Tints of Puce #CD829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 41.75%
G = 26.48%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD829C (or 0xCD829C) is known color: Puce. HEX triplet: CD, 82 and 9C. RGB value is (205,130,156). Sum of RGB (Red+Green+Blue) = 205+130+156=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829C is #327D63. Grayscale: #9B9B9B. Windows color (decimal): -3308900 or 10257101. OLE color: 10257101.

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

Color convert

RGB 205 130 156 -
CMYK 0 0.37 0.24 0.20
HSL 339.2º 0.43% 0.66% -
HSV(B) 339.2º 0.37% 0.8% -
XYZ 39.16 31.34 35.44 -
YUV 155.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 205 130 156 0 0.37 0.24 0.20 339.2 0.43 0.66
Hex CD 82 9C 0 25 18 14 153 2B 42
Octal 315 202 234 0 45 30 24 523 53 102
Binary 11001101 10000010 10011100 0 100101 11000 10100 101010011 101011 1000010

Color Harmonies of #CD829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD829C

Black with #CD829C

Text Example


Text Example

White with #CD829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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