Html Css Color HEX #CB8493 Puce

📋 copy color: '#CB8493'

red 203 ◦ green 132 ◦ blue 147

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

Shades of Puce #CB8493

Tints of Puce #CB8493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 42.12%
G = 27.39%
B = 30.5%

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

#CB8493 (or 0xCB8493) is known color: Puce. HEX triplet: CB, 84 and 93. RGB value is (203,132,147). Sum of RGB (Red+Green+Blue) = 203+132+147=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8493 is #347B6C. Grayscale: #9A9A9A. Windows color (decimal): -3439469 or 9667787. OLE color: 9667787.

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

Color convert

RGB 203 132 147 -
CMYK 0 0.35 0.28 0.20
HSL 347.32º 0.41% 0.66% -
HSV(B) 347.32º 0.35% 0.8% -
XYZ 38.15 31.31 31.64 -
YUV 154.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 203 132 147 0 0.35 0.28 0.20 347.32 0.41 0.66
Hex CB 84 93 0 23 1C 14 15B 29 42
Octal 313 204 223 0 43 34 24 533 51 102
Binary 11001011 10000100 10010011 0 100011 11100 10100 101011011 101001 1000010

Color Harmonies of #CB8493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8493

Black with #CB8493

Text Example


Text Example

White with #CB8493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8493; }

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

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

background-color css

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

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

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

border-color css

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

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

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