#CCBABC

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

Shades of Pink Flare #CCBABC

Tints of Pink Flare #CCBABC

Color information

#CCBABC (or 0xCCBABC) is unknown color: approx Pink Flare. HEX triplet: CC, BA and BC. RGB value is (204,186,188). Sum of RGB (Red+Green+Blue) = 204+186+188=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABC is #334543. Grayscale: #BFBFBF. Windows color (decimal): -3360068 or 12368588. OLE color: 12368588.

HSL color Cylindrical-coordinate representation of color #CCBABC: hue angle of 353.33º 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 #CCBABC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204186188-
CMYK00.090.080.2
HSL353.33º15%76.47%-
HSV(B)353.33º8.82%80%-
XYZ51.5451.5954.82-
YUV191.61125.96136.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=35.29%
G=32.18%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418618800.090.080.2353.331576.47
HexCCBABC09814161f4c
Octal314272274011102454117114
Binary1100110010111010101111000100110001010010110000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBABC; }

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

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

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

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

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

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

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

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