Html Css Color HEX #CB8599 Puce

📋 copy color: '#CB8599'

red 203 ◦ green 133 ◦ blue 153

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

Shades of Puce #CB8599

Tints of Puce #CB8599

RGB

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

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

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

R = 41.51%
G = 27.2%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8599 (or 0xCB8599) is known color: Puce. HEX triplet: CB, 85 and 99. RGB value is (203,133,153). Sum of RGB (Red+Green+Blue) = 203+133+153=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8599 is #347A66. Grayscale: #9C9C9C. Windows color (decimal): -3439207 or 10061259. OLE color: 10061259.

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

Color convert

RGB 203 133 153 -
CMYK 0 0.34 0.25 0.20
HSL 342.86º 0.4% 0.66% -
HSV(B) 342.86º 0.34% 0.8% -
XYZ 38.77 31.77 34.23 -
YUV 156.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 203 133 153 0 0.34 0.25 0.20 342.86 0.4 0.66
Hex CB 85 99 0 22 19 14 157 28 42
Octal 313 205 231 0 42 31 24 527 50 102
Binary 11001011 10000101 10011001 0 100010 11001 10100 101010111 101000 1000010

Color Harmonies of #CB8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8599

Black with #CB8599

Text Example


Text Example

White with #CB8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8599; }

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

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

background-color css

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

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

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

border-color css

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

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

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