Html Css Color HEX #CC829F Puce

📋 copy color: '#CC829F'

red 204 ◦ green 130 ◦ blue 159

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

Shades of Puce #CC829F

Tints of Puce #CC829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 41.38%
G = 26.37%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC829F (or 0xCC829F) is known color: Puce. HEX triplet: CC, 82 and 9F. RGB value is (204,130,159). Sum of RGB (Red+Green+Blue) = 204+130+159=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829F is #337D60. Grayscale: #9B9B9B. Windows color (decimal): -3374433 or 10453708. OLE color: 10453708.

HSL color Cylindrical-coordinate representation of color #CC829F: hue angle of 336.49º 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 #CC829F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 159 -
CMYK 0 0.36 0.22 0.2
HSL 336.49º 0.42% 0.65% -
HSV(B) 336.49º 0.36% 0.8% -
XYZ 39.14 31.31 36.78 -
YUV 155.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 204 130 159 0 0.36 0.22 0.2 336.49 0.42 0.65
Hex CC 82 9F 0 24 16 14 150 2A 41
Octal 314 202 237 0 44 26 24 520 52 101
Binary 11001100 10000010 10011111 0 100100 10110 10100 101010000 101010 1000001

Color Harmonies of #CC829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC829F

Black with #CC829F

Text Example


Text Example

White with #CC829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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