Html Css Color HEX #CC859D Puce

📋 copy color: '#CC859D'

red 204 ◦ green 133 ◦ blue 157

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

Shades of Puce #CC859D

Tints of Puce #CC859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 41.3%
G = 26.92%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC859D (or 0xCC859D) is known color: Puce. HEX triplet: CC, 85 and 9D. RGB value is (204,133,157). Sum of RGB (Red+Green+Blue) = 204+133+157=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859D is #337A62. Grayscale: #9C9C9C. Windows color (decimal): -3373667 or 10323404. OLE color: 10323404.

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

Color convert

RGB 204 133 157 -
CMYK 0 0.35 0.23 0.2
HSL 339.72º 0.41% 0.66% -
HSV(B) 339.72º 0.35% 0.8% -
XYZ 39.38 32.05 36.01 -
YUV 156.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 204 133 157 0 0.35 0.23 0.2 339.72 0.41 0.66
Hex CC 85 9D 0 23 17 14 154 29 42
Octal 314 205 235 0 43 27 24 524 51 102
Binary 11001100 10000101 10011101 0 100011 10111 10100 101010100 101001 1000010

Color Harmonies of #CC859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC859D

Black with #CC859D

Text Example


Text Example

White with #CC859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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