Html Css Color HEX #CB8393 Puce

📋 copy color: '#CB8393'

red 203 ◦ green 131 ◦ blue 147

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

Shades of Puce #CB8393

Tints of Puce #CB8393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

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

R = 42.2%
G = 27.23%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8393 (or 0xCB8393) is known color: Puce. HEX triplet: CB, 83 and 93. RGB value is (203,131,147). Sum of RGB (Red+Green+Blue) = 203+131+147=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8393 is #347C6C. Grayscale: #9A9A9A. Windows color (decimal): -3439725 or 9667531. OLE color: 9667531.

HSL color Cylindrical-coordinate representation of color #CB8393: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8393 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 147 -
CMYK 0 0.35 0.28 0.20
HSL 346.67º 0.41% 0.65% -
HSV(B) 346.67º 0.35% 0.8% -
XYZ 38.01 31.04 31.59 -
YUV 154.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 203 131 147 0 0.35 0.28 0.20 346.67 0.41 0.65
Hex CB 83 93 0 23 1C 14 15B 29 41
Octal 313 203 223 0 43 34 24 533 51 101
Binary 11001011 10000011 10010011 0 100011 11100 10100 101011011 101001 1000001

Color Harmonies of #CB8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8393

Black with #CB8393

Text Example


Text Example

White with #CB8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8393; }

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

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

background-color css

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

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

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

border-color css

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

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

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