Html Css Color HEX #CB889E Puce

📋 copy color: '#CB889E'

red 203 ◦ green 136 ◦ blue 158

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

Shades of Puce #CB889E

Tints of Puce #CB889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 40.85%
G = 27.36%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB889E (or 0xCB889E) is known color: Puce. HEX triplet: CB, 88 and 9E. RGB value is (203,136,158). Sum of RGB (Red+Green+Blue) = 203+136+158=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889E is #347761. Grayscale: #9E9E9E. Windows color (decimal): -3438434 or 10389707. OLE color: 10389707.

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

Color convert

RGB 203 136 158 -
CMYK 0 0.33 0.22 0.20
HSL 340.3º 0.39% 0.66% -
HSV(B) 340.3º 0.33% 0.8% -
XYZ 39.6 32.77 36.59 -
YUV 158.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 203 136 158 0 0.33 0.22 0.20 340.3 0.39 0.66
Hex CB 88 9E 0 21 16 14 154 27 42
Octal 313 210 236 0 41 26 24 524 47 102
Binary 11001011 10001000 10011110 0 100001 10110 10100 101010100 100111 1000010

Color Harmonies of #CB889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB889E

Black with #CB889E

Text Example


Text Example

White with #CB889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB889E; }

 p { color: rgb(203,136,158); }

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

background-color css

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

 a { background-color: rgb(203,136,158); }

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

border-color css

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

 span { border-color: rgb(203,136,158); }

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