Html Css Color HEX #CC859F Puce

📋 copy color: '#CC859F'

red 204 ◦ green 133 ◦ blue 159

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

Shades of Puce #CC859F

Tints of Puce #CC859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 41.13%
G = 26.81%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC859F (or 0xCC859F) is known color: Puce. HEX triplet: CC, 85 and 9F. RGB value is (204,133,159). Sum of RGB (Red+Green+Blue) = 204+133+159=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859F is #337A60. Grayscale: #9D9D9D. Windows color (decimal): -3373665 or 10454476. OLE color: 10454476.

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

Color convert

RGB 204 133 159 -
CMYK 0 0.35 0.22 0.2
HSL 338.03º 0.41% 0.66% -
HSV(B) 338.03º 0.35% 0.8% -
XYZ 39.55 32.12 36.92 -
YUV 157.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 204 133 159 0 0.35 0.22 0.2 338.03 0.41 0.66
Hex CC 85 9F 0 23 16 14 152 29 42
Octal 314 205 237 0 43 26 24 522 51 102
Binary 11001100 10000101 10011111 0 100011 10110 10100 101010010 101001 1000010

Color Harmonies of #CC859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC859F

Black with #CC859F

Text Example


Text Example

White with #CC859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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