Html Css Color HEX #CB8490 Puce

📋 copy color: '#CB8490'

red 203 ◦ green 132 ◦ blue 144

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

Shades of Puce #CB8490

Tints of Puce #CB8490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 42.38%
G = 27.56%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB8490 (or 0xCB8490) is known color: Puce. HEX triplet: CB, 84 and 90. RGB value is (203,132,144). Sum of RGB (Red+Green+Blue) = 203+132+144=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8490 is #347B6F. Grayscale: #9A9A9A. Windows color (decimal): -3439472 or 9471179. OLE color: 9471179.

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

Color convert

RGB 203 132 144 -
CMYK 0 0.35 0.29 0.20
HSL 349.86º 0.41% 0.66% -
HSV(B) 349.86º 0.35% 0.8% -
XYZ 37.91 31.21 30.41 -
YUV 154.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 203 132 144 0 0.35 0.29 0.20 349.86 0.41 0.66
Hex CB 84 90 0 23 1D 14 15E 29 42
Octal 313 204 220 0 43 35 24 536 51 102
Binary 11001011 10000100 10010000 0 100011 11101 10100 101011110 101001 1000010

Color Harmonies of #CB8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8490

Black with #CB8490

Text Example


Text Example

White with #CB8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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