Html Css Color HEX #CB859D Puce

📋 copy color: '#CB859D'

red 203 ◦ green 133 ◦ blue 157

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

Shades of Puce #CB859D

Tints of Puce #CB859D

RGB

 RED value IS 203 (79.69% from 255) = 41.18%

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

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

R = 41.18%
G = 26.98%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB859D (or 0xCB859D) is known color: Puce. HEX triplet: CB, 85 and 9D. RGB value is (203,133,157). Sum of RGB (Red+Green+Blue) = 203+133+157=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859D is #347A62. Grayscale: #9C9C9C. Windows color (decimal): -3439203 or 10323403. OLE color: 10323403.

HSL color Cylindrical-coordinate representation of color #CB859D: hue angle of 339.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB859D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 157 -
CMYK 0 0.34 0.23 0.20
HSL 339.43º 0.4% 0.66% -
HSV(B) 339.43º 0.34% 0.8% -
XYZ 39.1 31.91 36 -
YUV 156.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 203 133 157 0 0.34 0.23 0.20 339.43 0.4 0.66
Hex CB 85 9D 0 22 17 14 153 28 42
Octal 313 205 235 0 42 27 24 523 50 102
Binary 11001011 10000101 10011101 0 100010 10111 10100 101010011 101000 1000010

Color Harmonies of #CB859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB859D

Black with #CB859D

Text Example


Text Example

White with #CB859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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