#CB818F

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

Shades of Puce #CB818F

Tints of Puce #CB818F

Color information

#CB818F (or 0xCB818F) is unknown color: approx Puce. HEX triplet: CB, 81 and 8F. RGB value is (203,129,143). Sum of RGB (Red+Green+Blue) = 203+129+143=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB818F is #347E70. Grayscale: #989898. Windows color (decimal): -3440241 or 9404875. OLE color: 9404875.

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

Color convert

RGB203129143-
CMYK00.360.300.20
HSL348.65º41.57%65.1%-
HSV(B)348.65º36.45%79.61%-
XYZ37.4430.3829.88-
YUV152.72122.52163.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=42.74%
G=27.16%
B=30.11%

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
Decimal20312914300.360.300.20348.6541.5765.1
HexCB818F0241E1415d2a41
Octal313201217044362453552101
Binary110010111000000110001111010010011110101001010111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB818F; }

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

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

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

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

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

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

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

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