#CB8195

Color #CB8195 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CB8195

Tints of Puce #CB8195

Color information

#CB8195 (or 0xCB8195) is unknown color: approx Puce. HEX triplet: CB, 81 and 95. RGB value is (203,129,149). Sum of RGB (Red+Green+Blue) = 203+129+149=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8195 is #347E6A. Grayscale: #999999. Windows color (decimal): -3440235 or 9798091. OLE color: 9798091.

HSL color Cylindrical-coordinate representation of color #CB8195: hue angle of 343.78º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8195 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203129149-
CMYK00.360.270.20
HSL343.78º41.57%65.1%-
HSV(B)343.78º36.45%79.61%-
XYZ37.930.5732.34-
YUV153.41125.52163.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=42.20%
G=26.82%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312914900.360.270.20343.7841.5765.1
HexCB81950241B141582a41
Octal313201225044332453052101
Binary110010111000000110010101010010011011101001010110001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8195; }

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

 H1.HeaderClassName
 {
   color: #CB8195;
 }
 .AnyTagClassName
 {
   color: #CB8195;
 }
</style>
background-color css

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

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

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

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

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

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