#CB8194

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

Shades of Puce #CB8194

Tints of Puce #CB8194

Color information

#CB8194 (or 0xCB8194) is unknown color: approx Puce. HEX triplet: CB, 81 and 94. RGB value is (203,129,148). Sum of RGB (Red+Green+Blue) = 203+129+148=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8194 is #347E6B. Grayscale: #999999. Windows color (decimal): -3440236 or 9732555. OLE color: 9732555.

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

Color convert

RGB203129148-
CMYK00.360.270.20
HSL344.59º41.57%65.1%-
HSV(B)344.59º36.45%79.61%-
XYZ37.8230.5431.92-
YUV153.29125.02163.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=42.29%
G=26.88%
B=30.83%

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
Decimal20312914800.360.270.20344.5941.5765.1
HexCB81940241B141592a41
Octal313201224044332453152101
Binary110010111000000110010100010010011011101001010110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8194; }

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

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

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

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

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

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

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

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