Html Css Color HEX #CB859A Puce

📋 copy color: '#CB859A'

red 203 ◦ green 133 ◦ blue 154

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

Shades of Puce #CB859A

Tints of Puce #CB859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 41.43%
G = 27.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB859A (or 0xCB859A) is known color: Puce. HEX triplet: CB, 85 and 9A. RGB value is (203,133,154). Sum of RGB (Red+Green+Blue) = 203+133+154=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859A is #347A65. Grayscale: #9C9C9C. Windows color (decimal): -3439206 or 10126795. OLE color: 10126795.

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

Color convert

RGB 203 133 154 -
CMYK 0 0.34 0.24 0.20
HSL 342º 0.4% 0.66% -
HSV(B) 342º 0.34% 0.8% -
XYZ 38.85 31.8 34.66 -
YUV 156.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 203 133 154 0 0.34 0.24 0.20 342 0.4 0.66
Hex CB 85 9A 0 22 18 14 156 28 42
Octal 313 205 232 0 42 30 24 526 50 102
Binary 11001011 10000101 10011010 0 100010 11000 10100 101010110 101000 1000010

Color Harmonies of #CB859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB859A

Black with #CB859A

Text Example


Text Example

White with #CB859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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