Html Css Color HEX #CB8695 Puce

📋 copy color: '#CB8695'

red 203 ◦ green 134 ◦ blue 149

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

Shades of Puce #CB8695

Tints of Puce #CB8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 41.77%
G = 27.57%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB8695 (or 0xCB8695) is known color: Puce. HEX triplet: CB, 86 and 95. RGB value is (203,134,149). Sum of RGB (Red+Green+Blue) = 203+134+149=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8695 is #34796A. Grayscale: #9C9C9C. Windows color (decimal): -3438955 or 9799371. OLE color: 9799371.

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

Color convert

RGB 203 134 149 -
CMYK 0 0.34 0.27 0.20
HSL 346.96º 0.4% 0.66% -
HSV(B) 346.96º 0.34% 0.8% -
XYZ 38.58 31.92 32.56 -
YUV 156.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 203 134 149 0 0.34 0.27 0.20 346.96 0.4 0.66
Hex CB 86 95 0 22 1B 14 15B 28 42
Octal 313 206 225 0 42 33 24 533 50 102
Binary 11001011 10000110 10010101 0 100010 11011 10100 101011011 101000 1000010

Color Harmonies of #CB8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8695

Black with #CB8695

Text Example


Text Example

White with #CB8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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