#CBAEB1

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

Shades of Pink Flare #CBAEB1

Tints of Pink Flare #CBAEB1

Color information

#CBAEB1 (or 0xCBAEB1) is unknown color: approx Pink Flare. HEX triplet: CB, AE and B1. RGB value is (203,174,177). Sum of RGB (Red+Green+Blue) = 203+174+177=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEB1 is #34514E. Grayscale: #B7B7B7. Windows color (decimal): -3428687 or 11644619. OLE color: 11644619.

HSL color Cylindrical-coordinate representation of color #CBAEB1: hue angle of 353.79º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203174177-
CMYK00.140.130.20
HSL353.79º21.8%73.92%-
HSV(B)353.79º14.29%79.61%-
XYZ47.746.1447.99-
YUV183.01124.61142.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=36.64%
G=31.41%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317417700.140.130.20353.7921.873.92
HexCBAEB10ED14162164a
Octal313256261016152454226112
Binary11001011101011101011000101110110110100101100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEB1; }

 p { color: rgb(203,174,177); }

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

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

 a { background-color: rgb(203,174,177); }

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

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

 span { border-color: rgb(203,174,177); }

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