Html Css Color HEX #CC8392 Puce

📋 copy color: '#CC8392'

red 204 ◦ green 131 ◦ blue 146

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

Shades of Puce #CC8392

Tints of Puce #CC8392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 42.41%
G = 27.23%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8392 (or 0xCC8392) is known color: Puce. HEX triplet: CC, 83 and 92. RGB value is (204,131,146). Sum of RGB (Red+Green+Blue) = 204+131+146=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8392 is #337C6D. Grayscale: #9A9A9A. Windows color (decimal): -3374190 or 9601996. OLE color: 9601996.

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

Color convert

RGB 204 131 146 -
CMYK 0 0.36 0.28 0.2
HSL 347.67º 0.42% 0.66% -
HSV(B) 347.67º 0.36% 0.8% -
XYZ 38.21 31.15 31.19 -
YUV 154.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 204 131 146 0 0.36 0.28 0.2 347.67 0.42 0.66
Hex CC 83 92 0 24 1C 14 15C 2A 42
Octal 314 203 222 0 44 34 24 534 52 102
Binary 11001100 10000011 10010010 0 100100 11100 10100 101011100 101010 1000010

Color Harmonies of #CC8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8392

Black with #CC8392

Text Example


Text Example

White with #CC8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8392; }

 p { color: rgb(204,131,146); }

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

background-color css

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

 a { background-color: rgb(204,131,146); }

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

border-color css

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

 span { border-color: rgb(204,131,146); }

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