#CB818E

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

Shades of Puce #CB818E

Tints of Puce #CB818E

Color information

#CB818E (or 0xCB818E) is unknown color: approx Puce. HEX triplet: CB, 81 and 8E. RGB value is (203,129,142). Sum of RGB (Red+Green+Blue) = 203+129+142=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB818E is #347E71. Grayscale: #989898. Windows color (decimal): -3440242 or 9339339. OLE color: 9339339.

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

Color convert

RGB203129142-
CMYK00.360.300.20
HSL349.46º41.57%65.1%-
HSV(B)349.46º36.45%79.61%-
XYZ37.3630.3529.48-
YUV152.61122.02163.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=42.83%
G=27.22%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312914200.360.300.20349.4641.5765.1
HexCB818E0241E1415d2a41
Octal313201216044362453552101
Binary110010111000000110001110010010011110101001010111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB818E; }

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

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

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

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

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

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

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

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