Html Css Color HEX #CB8591 Puce

📋 copy color: '#CB8591'

red 203 ◦ green 133 ◦ blue 145

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

Shades of Puce #CB8591

Tints of Puce #CB8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

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

R = 42.2%
G = 27.65%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB8591 (or 0xCB8591) is known color: Puce. HEX triplet: CB, 85 and 91. RGB value is (203,133,145). Sum of RGB (Red+Green+Blue) = 203+133+145=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8591 is #347A6E. Grayscale: #9B9B9B. Windows color (decimal): -3439215 or 9536971. OLE color: 9536971.

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

Color convert

RGB 203 133 145 -
CMYK 0 0.34 0.29 0.20
HSL 349.71º 0.4% 0.66% -
HSV(B) 349.71º 0.34% 0.8% -
XYZ 38.13 31.52 30.86 -
YUV 155.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 203 133 145 0 0.34 0.29 0.20 349.71 0.4 0.66
Hex CB 85 91 0 22 1D 14 15E 28 42
Octal 313 205 221 0 42 35 24 536 50 102
Binary 11001011 10000101 10010001 0 100010 11101 10100 101011110 101000 1000010

Color Harmonies of #CB8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8591

Black with #CB8591

Text Example


Text Example

White with #CB8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8591; }

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

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

background-color css

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

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

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

border-color css

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

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

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