#CB819E

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

Shades of Puce #CB819E

Tints of Puce #CB819E

Color information

#CB819E (or 0xCB819E) is unknown color: approx Puce. HEX triplet: CB, 81 and 9E. RGB value is (203,129,158). Sum of RGB (Red+Green+Blue) = 203+129+158=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB819E is #347E61. Grayscale: #9A9A9A. Windows color (decimal): -3440226 or 10387915. OLE color: 10387915.

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

Color convert

RGB203129158-
CMYK00.360.220.20
HSL336.49º41.57%65.1%-
HSV(B)336.49º36.45%79.61%-
XYZ38.6530.8736.27-
YUV154.43130.02162.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=41.43%
G=26.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312915800.360.220.20336.4941.5765.1
HexCB819E02416141502a41
Octal313201236044262452052101
Binary110010111000000110011110010010010110101001010100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB819E; }

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

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

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

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

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

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

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

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