#CBADAE

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

Shades of Pink Flare #CBADAE

Tints of Pink Flare #CBADAE

Color information

#CBADAE (or 0xCBADAE) is unknown color: approx Pink Flare. HEX triplet: CB, AD and AE. RGB value is (203,173,174). Sum of RGB (Red+Green+Blue) = 203+173+174=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADAE is #345251. Grayscale: #B6B6B6. Windows color (decimal): -3428946 or 11447755. OLE color: 11447755.

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

Color convert

RGB203173174-
CMYK00.150.140.20
HSL358º22.39%73.73%-
HSV(B)358º14.78%79.61%-
XYZ47.2145.6446.37-
YUV182.08123.44142.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=36.91%
G=31.45%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317317400.150.140.2035822.3973.73
HexCBADAE0FE14166164a
Octal313255256017162454626112
Binary11001011101011011010111001111111010100101100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADAE; }

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

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

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

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

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

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

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

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