#CCBABB

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

Shades of Pink Flare #CCBABB

Tints of Pink Flare #CCBABB

Color information

#CCBABB (or 0xCCBABB) is unknown color: approx Pink Flare. HEX triplet: CC, BA and BB. RGB value is (204,186,187). Sum of RGB (Red+Green+Blue) = 204+186+187=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABB is #334544. Grayscale: #BFBFBF. Windows color (decimal): -3360069 or 12303052. OLE color: 12303052.

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

Color convert

RGB204186187-
CMYK00.090.080.2
HSL356.67º15%76.47%-
HSV(B)356.67º8.82%80%-
XYZ51.4351.5454.25-
YUV191.5125.46136.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=35.36%
G=32.24%
B=32.41%

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
Decimal20418618700.090.080.2356.671576.47
HexCCBABB09814165f4c
Octal314272273011102454517114
Binary1100110010111010101110110100110001010010110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBABB; }

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

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

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

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

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

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

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

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