Html Css Color HEX #CC829A Puce

📋 copy color: '#CC829A'

red 204 ◦ green 130 ◦ blue 154

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

Shades of Puce #CC829A

Tints of Puce #CC829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 41.8%
G = 26.64%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC829A (or 0xCC829A) is known color: Puce. HEX triplet: CC, 82 and 9A. RGB value is (204,130,154). Sum of RGB (Red+Green+Blue) = 204+130+154=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829A is #337D65. Grayscale: #9A9A9A. Windows color (decimal): -3374438 or 10126028. OLE color: 10126028.

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

Color convert

RGB 204 130 154 -
CMYK 0 0.36 0.25 0.2
HSL 340.54º 0.42% 0.65% -
HSV(B) 340.54º 0.36% 0.8% -
XYZ 38.72 31.14 34.54 -
YUV 154.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 204 130 154 0 0.36 0.25 0.2 340.54 0.42 0.65
Hex CC 82 9A 0 24 19 14 155 2A 41
Octal 314 202 232 0 44 31 24 525 52 101
Binary 11001100 10000010 10011010 0 100100 11001 10100 101010101 101010 1000001

Color Harmonies of #CC829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC829A

Black with #CC829A

Text Example


Text Example

White with #CC829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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