#CB809A

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

Shades of Puce #CB809A

Tints of Puce #CB809A

Color information

#CB809A (or 0xCB809A) is unknown color: approx Puce. HEX triplet: CB, 80 and 9A. RGB value is (203,128,154). Sum of RGB (Red+Green+Blue) = 203+128+154=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809A is #347F65. Grayscale: #999999. Windows color (decimal): -3440486 or 10125515. OLE color: 10125515.

HSL color Cylindrical-coordinate representation of color #CB809A: hue angle of 339.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB809A is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB203128154-
CMYK00.370.240.20
HSL339.2º41.9%64.9%-
HSV(B)339.2º36.95%79.61%-
XYZ38.1830.4734.44-
YUV153.39128.35163.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=41.86%
G=26.39%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312815400.370.240.20339.241.964.9
HexCB809A02518141532a41
Octal313200232045302452352101
Binary110010111000000010011010010010111000101001010100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB809A; }

 p { color: rgb(203,128,154); }

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

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

 a { background-color: rgb(203,128,154); }

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

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

 span { border-color: rgb(203,128,154); }

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