Html Css Color HEX #CC8696 Puce

📋 copy color: '#CC8696'

red 204 ◦ green 134 ◦ blue 150

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

Shades of Puce #CC8696

Tints of Puce #CC8696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 41.8%
G = 27.46%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC8696 (or 0xCC8696) is known color: Puce. HEX triplet: CC, 86 and 96. RGB value is (204,134,150). Sum of RGB (Red+Green+Blue) = 204+134+150=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8696 is #337969. Grayscale: #9C9C9C. Windows color (decimal): -3373418 or 9864908. OLE color: 9864908.

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

Color convert

RGB 204 134 150 -
CMYK 0 0.34 0.26 0.2
HSL 346.29º 0.41% 0.66% -
HSV(B) 346.29º 0.34% 0.8% -
XYZ 38.93 32.09 33 -
YUV 156.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 204 134 150 0 0.34 0.26 0.2 346.29 0.41 0.66
Hex CC 86 96 0 22 1A 14 15A 29 42
Octal 314 206 226 0 42 32 24 532 51 102
Binary 11001100 10000110 10010110 0 100010 11010 10100 101011010 101001 1000010

Color Harmonies of #CC8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8696

Black with #CC8696

Text Example


Text Example

White with #CC8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8696; }

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

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

background-color css

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

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

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

border-color css

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

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

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