Html Css Color HEX #CB88A0 Puce

📋 copy color: '#CB88A0'

red 203 ◦ green 136 ◦ blue 160

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

Shades of Puce #CB88A0

Tints of Puce #CB88A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 40.68%
G = 27.25%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB88A0 (or 0xCB88A0) is known color: Puce. HEX triplet: CB, 88 and A0. RGB value is (203,136,160). Sum of RGB (Red+Green+Blue) = 203+136+160=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88A0 is #34775F. Grayscale: #9E9E9E. Windows color (decimal): -3438432 or 10520779. OLE color: 10520779.

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

Color convert

RGB 203 136 160 -
CMYK 0 0.33 0.21 0.20
HSL 338.51º 0.39% 0.66% -
HSV(B) 338.51º 0.33% 0.8% -
XYZ 39.78 32.84 37.5 -
YUV 158.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 203 136 160 0 0.33 0.21 0.20 338.51 0.39 0.66
Hex CB 88 A0 0 21 15 14 153 27 42
Octal 313 210 240 0 41 25 24 523 47 102
Binary 11001011 10001000 10100000 0 100001 10101 10100 101010011 100111 1000010

Color Harmonies of #CB88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88A0

Black with #CB88A0

Text Example


Text Example

White with #CB88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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