#CCBABD

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

Shades of Pink Flare #CCBABD

Tints of Pink Flare #CCBABD

Color information

#CCBABD (or 0xCCBABD) is unknown color: approx Pink Flare. HEX triplet: CC, BA and BD. RGB value is (204,186,189). Sum of RGB (Red+Green+Blue) = 204+186+189=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABD is #334542. Grayscale: #BFBFBF. Windows color (decimal): -3360067 or 12434124. OLE color: 12434124.

HSL color Cylindrical-coordinate representation of color #CCBABD: hue angle of 350º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBABD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204186189-
CMYK00.090.070.2
HSL350º15%76.47%-
HSV(B)350º8.82%80%-
XYZ51.6551.6355.39-
YUV191.72126.46136.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=35.23%
G=32.12%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418618900.090.070.23501576.47
HexCCBABD0971415ef4c
Octal31427227501172453617114
Binary110011001011101010111101010011111010010101111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBABD; }

 p { color: rgb(204,186,189); }

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

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

 a { background-color: rgb(204,186,189); }

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

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

 span { border-color: rgb(204,186,189); }

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