Html Css Color HEX #CB8B93 Puce

📋 copy color: '#CB8B93'

red 203 ◦ green 139 ◦ blue 147

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

Shades of Puce #CB8B93

Tints of Puce #CB8B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 41.51%
G = 28.43%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8B93 (or 0xCB8B93) is known color: Puce. HEX triplet: CB, 8B and 93. RGB value is (203,139,147). Sum of RGB (Red+Green+Blue) = 203+139+147=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B93 is #34746C. Grayscale: #9F9F9F. Windows color (decimal): -3437677 or 9669579. OLE color: 9669579.

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

Color convert

RGB 203 139 147 -
CMYK 0 0.32 0.28 0.20
HSL 352.5º 0.38% 0.67% -
HSV(B) 352.5º 0.32% 0.8% -
XYZ 39.13 33.27 31.96 -
YUV 159.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 203 139 147 0 0.32 0.28 0.20 352.5 0.38 0.67
Hex CB 8B 93 0 20 1C 14 160 26 43
Octal 313 213 223 0 40 34 24 540 46 103
Binary 11001011 10001011 10010011 0 100000 11100 10100 101100000 100110 1000011

Color Harmonies of #CB8B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B93

Black with #CB8B93

Text Example


Text Example

White with #CB8B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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