Html Css Color HEX #CC829B Puce

📋 copy color: '#CC829B'

red 204 ◦ green 130 ◦ blue 155

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

Shades of Puce #CC829B

Tints of Puce #CC829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 41.72%
G = 26.58%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC829B (or 0xCC829B) is known color: Puce. HEX triplet: CC, 82 and 9B. RGB value is (204,130,155). Sum of RGB (Red+Green+Blue) = 204+130+155=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC829B is #337D64. Grayscale: #9A9A9A. Windows color (decimal): -3374437 or 10191564. OLE color: 10191564.

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

Color convert

RGB 204 130 155 -
CMYK 0 0.36 0.24 0.2
HSL 339.73º 0.42% 0.65% -
HSV(B) 339.73º 0.36% 0.8% -
XYZ 38.8 31.17 34.98 -
YUV 154.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 204 130 155 0 0.36 0.24 0.2 339.73 0.42 0.65
Hex CC 82 9B 0 24 18 14 154 2A 41
Octal 314 202 233 0 44 30 24 524 52 101
Binary 11001100 10000010 10011011 0 100100 11000 10100 101010100 101010 1000001

Color Harmonies of #CC829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC829B

Black with #CC829B

Text Example


Text Example

White with #CC829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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