Html Css Color HEX #CC859B Puce

📋 copy color: '#CC859B'

red 204 ◦ green 133 ◦ blue 155

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

Shades of Puce #CC859B

Tints of Puce #CC859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 41.46%
G = 27.03%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC859B (or 0xCC859B) is known color: Puce. HEX triplet: CC, 85 and 9B. RGB value is (204,133,155). Sum of RGB (Red+Green+Blue) = 204+133+155=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859B is #337A64. Grayscale: #9C9C9C. Windows color (decimal): -3373669 or 10192332. OLE color: 10192332.

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

Color convert

RGB 204 133 155 -
CMYK 0 0.35 0.24 0.2
HSL 341.41º 0.41% 0.66% -
HSV(B) 341.41º 0.35% 0.8% -
XYZ 39.21 31.98 35.12 -
YUV 156.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 204 133 155 0 0.35 0.24 0.2 341.41 0.41 0.66
Hex CC 85 9B 0 23 18 14 155 29 42
Octal 314 205 233 0 43 30 24 525 51 102
Binary 11001100 10000101 10011011 0 100011 11000 10100 101010101 101001 1000010

Color Harmonies of #CC859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC859B

Black with #CC859B

Text Example


Text Example

White with #CC859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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