Html Css Color HEX #CB889B Puce

📋 copy color: '#CB889B'

red 203 ◦ green 136 ◦ blue 155

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

Shades of Puce #CB889B

Tints of Puce #CB889B

RGB

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

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

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

R = 41.09%
G = 27.53%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB889B (or 0xCB889B) is known color: Puce. HEX triplet: CB, 88 and 9B. RGB value is (203,136,155). Sum of RGB (Red+Green+Blue) = 203+136+155=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889B is #347764. Grayscale: #9E9E9E. Windows color (decimal): -3438437 or 10193099. OLE color: 10193099.

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

Color convert

RGB 203 136 155 -
CMYK 0 0.33 0.24 0.20
HSL 342.99º 0.39% 0.66% -
HSV(B) 342.99º 0.33% 0.8% -
XYZ 39.35 32.67 35.24 -
YUV 158.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 203 136 155 0 0.33 0.24 0.20 342.99 0.39 0.66
Hex CB 88 9B 0 21 18 14 157 27 42
Octal 313 210 233 0 41 30 24 527 47 102
Binary 11001011 10001000 10011011 0 100001 11000 10100 101010111 100111 1000010

Color Harmonies of #CB889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB889B

Black with #CB889B

Text Example


Text Example

White with #CB889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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