#CBAEB3

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

Shades of Pink Flare #CBAEB3

Tints of Pink Flare #CBAEB3

Color information

#CBAEB3 (or 0xCBAEB3) is unknown color: approx Pink Flare. HEX triplet: CB, AE and B3. RGB value is (203,174,179). Sum of RGB (Red+Green+Blue) = 203+174+179=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB3 is #34514C. Grayscale: #B7B7B7. Windows color (decimal): -3428685 or 11775691. OLE color: 11775691.

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

Color convert

RGB203174179-
CMYK00.140.120.20
HSL349.66º21.8%73.92%-
HSV(B)349.66º14.29%79.61%-
XYZ47.946.2249.05-
YUV183.24125.61142.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=36.51%
G=31.29%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317417900.140.120.20349.6621.873.92
HexCBAEB30EC1415e164a
Octal313256263016142453626112
Binary11001011101011101011001101110110010100101011110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEB3; }

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

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

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

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

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

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

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

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