Html Css Color HEX #CB8797 Puce

📋 copy color: '#CB8797'

red 203 ◦ green 135 ◦ blue 151

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

Shades of Puce #CB8797

Tints of Puce #CB8797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 41.51%
G = 27.61%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB8797 (or 0xCB8797) is known color: Puce. HEX triplet: CB, 87 and 97. RGB value is (203,135,151). Sum of RGB (Red+Green+Blue) = 203+135+151=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8797 is #347868. Grayscale: #9D9D9D. Windows color (decimal): -3438697 or 9930699. OLE color: 9930699.

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

Color convert

RGB 203 135 151 -
CMYK 0 0.33 0.26 0.20
HSL 345.88º 0.4% 0.66% -
HSV(B) 345.88º 0.33% 0.8% -
XYZ 38.88 32.26 33.46 -
YUV 157.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 203 135 151 0 0.33 0.26 0.20 345.88 0.4 0.66
Hex CB 87 97 0 21 1A 14 15A 28 42
Octal 313 207 227 0 41 32 24 532 50 102
Binary 11001011 10000111 10010111 0 100001 11010 10100 101011010 101000 1000010

Color Harmonies of #CB8797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8797

Black with #CB8797

Text Example


Text Example

White with #CB8797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8797; }

 p { color: rgb(203,135,151); }

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

background-color css

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

 a { background-color: rgb(203,135,151); }

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

border-color css

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

 span { border-color: rgb(203,135,151); }

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