Html Css Color HEX #CC829D Puce

📋 copy color: '#CC829D'

red 204 ◦ green 130 ◦ blue 157

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

Shades of Puce #CC829D

Tints of Puce #CC829D

RGB

 RED value IS 204 (80.08% from 255) = 41.55%

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

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

R = 41.55%
G = 26.48%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC829D (or 0xCC829D) is known color: Puce. HEX triplet: CC, 82 and 9D. RGB value is (204,130,157). Sum of RGB (Red+Green+Blue) = 204+130+157=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829D is #337D62. Grayscale: #9B9B9B. Windows color (decimal): -3374435 or 10322636. OLE color: 10322636.

HSL color Cylindrical-coordinate representation of color #CC829D: hue angle of 338.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC829D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 157 -
CMYK 0 0.36 0.23 0.2
HSL 338.11º 0.42% 0.65% -
HSV(B) 338.11º 0.36% 0.8% -
XYZ 38.97 31.24 35.87 -
YUV 155.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 204 130 157 0 0.36 0.23 0.2 338.11 0.42 0.65
Hex CC 82 9D 0 24 17 14 152 2A 41
Octal 314 202 235 0 44 27 24 522 52 101
Binary 11001100 10000010 10011101 0 100100 10111 10100 101010010 101010 1000001

Color Harmonies of #CC829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC829D

Black with #CC829D

Text Example


Text Example

White with #CC829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC829D; }

 p { color: rgb(204,130,157); }

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

background-color css

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

 a { background-color: rgb(204,130,157); }

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

border-color css

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

 span { border-color: rgb(204,130,157); }

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