Html Css Color HEX #CB8795 Puce

📋 copy color: '#CB8795'

red 203 ◦ green 135 ◦ blue 149

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

Shades of Puce #CB8795

Tints of Puce #CB8795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 41.68%
G = 27.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB8795 (or 0xCB8795) is known color: Puce. HEX triplet: CB, 87 and 95. RGB value is (203,135,149). Sum of RGB (Red+Green+Blue) = 203+135+149=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8795 is #34786A. Grayscale: #9C9C9C. Windows color (decimal): -3438699 or 9799627. OLE color: 9799627.

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

Color convert

RGB 203 135 149 -
CMYK 0 0.33 0.27 0.20
HSL 347.65º 0.4% 0.66% -
HSV(B) 347.65º 0.33% 0.8% -
XYZ 38.72 32.19 32.61 -
YUV 156.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 203 135 149 0 0.33 0.27 0.20 347.65 0.4 0.66
Hex CB 87 95 0 21 1B 14 15C 28 42
Octal 313 207 225 0 41 33 24 534 50 102
Binary 11001011 10000111 10010101 0 100001 11011 10100 101011100 101000 1000010

Color Harmonies of #CB8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8795

Black with #CB8795

Text Example


Text Example

White with #CB8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8795; }

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

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

background-color css

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

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

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

border-color css

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

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

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