#CBAFB0

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

Shades of Pink Flare #CBAFB0

Tints of Pink Flare #CBAFB0

Color information

#CBAFB0 (or 0xCBAFB0) is unknown color: approx Pink Flare. HEX triplet: CB, AF and B0. RGB value is (203,175,176). Sum of RGB (Red+Green+Blue) = 203+175+176=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFB0 is #34504F. Grayscale: #B7B7B7. Windows color (decimal): -3428432 or 11579339. OLE color: 11579339.

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

Color convert

RGB203175176-
CMYK00.140.130.20
HSL357.86º21.21%74.12%-
HSV(B)357.86º13.79%79.61%-
XYZ47.846.4947.53-
YUV183.49123.78141.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=36.64%
G=31.59%
B=31.77%

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
Decimal20317517600.140.130.20357.8621.2174.12
HexCBAFB00ED14166154a
Octal313257260016152454625112
Binary11001011101011111011000001110110110100101100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFB0; }

 p { color: rgb(203,175,176); }

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

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

 a { background-color: rgb(203,175,176); }

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

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

 span { border-color: rgb(203,175,176); }

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