Html Css Color HEX #CC8699 Puce

📋 copy color: '#CC8699'

red 204 ◦ green 134 ◦ blue 153

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

Shades of Puce #CC8699

Tints of Puce #CC8699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

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

R = 41.55%
G = 27.29%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8699 (or 0xCC8699) is known color: Puce. HEX triplet: CC, 86 and 99. RGB value is (204,134,153). Sum of RGB (Red+Green+Blue) = 204+134+153=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8699 is #337966. Grayscale: #9D9D9D. Windows color (decimal): -3373415 or 10061516. OLE color: 10061516.

HSL color Cylindrical-coordinate representation of color #CC8699: hue angle of 343.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8699 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 153 -
CMYK 0 0.34 0.25 0.2
HSL 343.71º 0.41% 0.66% -
HSV(B) 343.71º 0.34% 0.8% -
XYZ 39.18 32.19 34.28 -
YUV 157.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 204 134 153 0 0.34 0.25 0.2 343.71 0.41 0.66
Hex CC 86 99 0 22 19 14 158 29 42
Octal 314 206 231 0 42 31 24 530 51 102
Binary 11001100 10000110 10011001 0 100010 11001 10100 101011000 101001 1000010

Color Harmonies of #CC8699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8699

Black with #CC8699

Text Example


Text Example

White with #CC8699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8699; }

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

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

background-color css

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

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

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

border-color css

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

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

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