#CB818D

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

Shades of Puce #CB818D

Tints of Puce #CB818D

Color information

#CB818D (or 0xCB818D) is unknown color: approx Puce. HEX triplet: CB, 81 and 8D. RGB value is (203,129,141). Sum of RGB (Red+Green+Blue) = 203+129+141=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB818D is #347E72. Grayscale: #989898. Windows color (decimal): -3440243 or 9273803. OLE color: 9273803.

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

Color convert

RGB203129141-
CMYK00.360.310.20
HSL350.27º41.57%65.1%-
HSV(B)350.27º36.45%79.61%-
XYZ37.2930.3229.09-
YUV152.49121.52164.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=42.92%
G=27.27%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312914100.360.310.20350.2741.5765.1
HexCB818D0241F1415e2a41
Octal313201215044372453652101
Binary110010111000000110001101010010011111101001010111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB818D; }

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

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

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

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

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

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

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

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