Html Css Color HEX #CC8299 Puce

📋 copy color: '#CC8299'

red 204 ◦ green 130 ◦ blue 153

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

Shades of Puce #CC8299

Tints of Puce #CC8299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 41.89%
G = 26.69%
B = 31.42%

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

#CC8299 (or 0xCC8299) is known color: Puce. HEX triplet: CC, 82 and 99. RGB value is (204,130,153). Sum of RGB (Red+Green+Blue) = 204+130+153=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8299 is #337D66. Grayscale: #9A9A9A. Windows color (decimal): -3374439 or 10060492. OLE color: 10060492.

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

Color convert

RGB 204 130 153 -
CMYK 0 0.36 0.25 0.2
HSL 341.35º 0.42% 0.65% -
HSV(B) 341.35º 0.36% 0.8% -
XYZ 38.63 31.1 34.1 -
YUV 154.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 204 130 153 0 0.36 0.25 0.2 341.35 0.42 0.65
Hex CC 82 99 0 24 19 14 155 2A 41
Octal 314 202 231 0 44 31 24 525 52 101
Binary 11001100 10000010 10011001 0 100100 11001 10100 101010101 101010 1000001

Color Harmonies of #CC8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8299

Black with #CC8299

Text Example


Text Example

White with #CC8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8299; }

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

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

background-color css

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

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

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

border-color css

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

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

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