Html Css Color HEX #CB8B99 Puce

📋 copy color: '#CB8B99'

red 203 ◦ green 139 ◦ blue 153

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

Shades of Puce #CB8B99

Tints of Puce #CB8B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.08%

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 41.01%
G = 28.08%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8B99 (or 0xCB8B99) is known color: Puce. HEX triplet: CB, 8B and 99. RGB value is (203,139,153). Sum of RGB (Red+Green+Blue) = 203+139+153=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B99 is #347466. Grayscale: #9F9F9F. Windows color (decimal): -3437671 or 10062795. OLE color: 10062795.

HSL color Cylindrical-coordinate representation of color #CB8B99: hue angle of 346.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8B99 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 139 153 -
CMYK 0 0.32 0.25 0.20
HSL 346.88º 0.38% 0.67% -
HSV(B) 346.88º 0.32% 0.8% -
XYZ 39.61 33.46 34.51 -
YUV 159.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 203 139 153 0 0.32 0.25 0.20 346.88 0.38 0.67
Hex CB 8B 99 0 20 19 14 15B 26 43
Octal 313 213 231 0 40 31 24 533 46 103
Binary 11001011 10001011 10011001 0 100000 11001 10100 101011011 100110 1000011

Color Harmonies of #CB8B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B99

Black with #CB8B99

Text Example


Text Example

White with #CB8B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B99; }

 p { color: rgb(203,139,153); }

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

background-color css

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

 a { background-color: rgb(203,139,153); }

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

border-color css

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

 span { border-color: rgb(203,139,153); }

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