Html Css Color HEX #CB8491 Puce

📋 copy color: '#CB8491'

red 203 ◦ green 132 ◦ blue 145

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

Shades of Puce #CB8491

Tints of Puce #CB8491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 42.29%
G = 27.5%
B = 30.21%

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

#CB8491 (or 0xCB8491) is known color: Puce. HEX triplet: CB, 84 and 91. RGB value is (203,132,145). Sum of RGB (Red+Green+Blue) = 203+132+145=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8491 is #347B6E. Grayscale: #9A9A9A. Windows color (decimal): -3439471 or 9536715. OLE color: 9536715.

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

Color convert

RGB 203 132 145 -
CMYK 0 0.35 0.29 0.20
HSL 349.01º 0.41% 0.66% -
HSV(B) 349.01º 0.35% 0.8% -
XYZ 37.99 31.24 30.82 -
YUV 154.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 203 132 145 0 0.35 0.29 0.20 349.01 0.41 0.66
Hex CB 84 91 0 23 1D 14 15D 29 42
Octal 313 204 221 0 43 35 24 535 51 102
Binary 11001011 10000100 10010001 0 100011 11101 10100 101011101 101001 1000010

Color Harmonies of #CB8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8491

Black with #CB8491

Text Example


Text Example

White with #CB8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8491; }

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

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

background-color css

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

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

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

border-color css

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

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

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