Html Css Color HEX #CC828C Puce

📋 copy color: '#CC828C'

red 204 ◦ green 130 ◦ blue 140

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

Shades of Puce #CC828C

Tints of Puce #CC828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 43.04%
G = 27.43%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC828C (or 0xCC828C) is known color: Puce. HEX triplet: CC, 82 and 8C. RGB value is (204,130,140). Sum of RGB (Red+Green+Blue) = 204+130+140=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828C is #337D73. Grayscale: #999999. Windows color (decimal): -3374452 or 9208524. OLE color: 9208524.

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

Color convert

RGB 204 130 140 -
CMYK 0 0.36 0.31 0.2
HSL 351.89º 0.42% 0.65% -
HSV(B) 351.89º 0.36% 0.8% -
XYZ 37.62 30.7 28.75 -
YUV 153.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 204 130 140 0 0.36 0.31 0.2 351.89 0.42 0.65
Hex CC 82 8C 0 24 1F 14 160 2A 41
Octal 314 202 214 0 44 37 24 540 52 101
Binary 11001100 10000010 10001100 0 100100 11111 10100 101100000 101010 1000001

Color Harmonies of #CC828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC828C

Black with #CC828C

Text Example


Text Example

White with #CC828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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