Html Css Color HEX #CC8492 Puce

📋 copy color: '#CC8492'

red 204 ◦ green 132 ◦ blue 146

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

Shades of Puce #CC8492

Tints of Puce #CC8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 42.32%
G = 27.39%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8492 (or 0xCC8492) is known color: Puce. HEX triplet: CC, 84 and 92. RGB value is (204,132,146). Sum of RGB (Red+Green+Blue) = 204+132+146=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8492 is #337B6D. Grayscale: #9B9B9B. Windows color (decimal): -3373934 or 9602252. OLE color: 9602252.

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

Color convert

RGB 204 132 146 -
CMYK 0 0.35 0.28 0.2
HSL 348.33º 0.41% 0.66% -
HSV(B) 348.33º 0.35% 0.8% -
XYZ 38.34 31.42 31.24 -
YUV 155.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 204 132 146 0 0.35 0.28 0.2 348.33 0.41 0.66
Hex CC 84 92 0 23 1C 14 15C 29 42
Octal 314 204 222 0 43 34 24 534 51 102
Binary 11001100 10000100 10010010 0 100011 11100 10100 101011100 101001 1000010

Color Harmonies of #CC8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8492

Black with #CC8492

Text Example


Text Example

White with #CC8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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