Html Css Color HEX #CC8592 Puce

📋 copy color: '#CC8592'

red 204 ◦ green 133 ◦ blue 146

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

Shades of Puce #CC8592

Tints of Puce #CC8592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 42.24%
G = 27.54%
B = 30.23%

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

#CC8592 (or 0xCC8592) is known color: Puce. HEX triplet: CC, 85 and 92. RGB value is (204,133,146). Sum of RGB (Red+Green+Blue) = 204+133+146=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8592 is #337A6D. Grayscale: #9B9B9B. Windows color (decimal): -3373678 or 9602508. OLE color: 9602508.

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

Color convert

RGB 204 133 146 -
CMYK 0 0.35 0.28 0.2
HSL 349.01º 0.41% 0.66% -
HSV(B) 349.01º 0.35% 0.8% -
XYZ 38.48 31.69 31.28 -
YUV 155.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 204 133 146 0 0.35 0.28 0.2 349.01 0.41 0.66
Hex CC 85 92 0 23 1C 14 15D 29 42
Octal 314 205 222 0 43 34 24 535 51 102
Binary 11001100 10000101 10010010 0 100011 11100 10100 101011101 101001 1000010

Color Harmonies of #CC8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8592

Black with #CC8592

Text Example


Text Example

White with #CC8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8592; }

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

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

background-color css

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

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

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

border-color css

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

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

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