#CCB9BD

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

Shades of Pink Flare #CCB9BD

Tints of Pink Flare #CCB9BD

Color information

#CCB9BD (or 0xCCB9BD) is unknown color: approx Pink Flare. HEX triplet: CC, B9 and BD. RGB value is (204,185,189). Sum of RGB (Red+Green+Blue) = 204+185+189=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BD is #334642. Grayscale: #BFBFBF. Windows color (decimal): -3360323 or 12433868. OLE color: 12433868.

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

Color convert

RGB204185189-
CMYK00.090.070.2
HSL347.37º15.7%76.27%-
HSV(B)347.37º9.31%80%-
XYZ51.4451.2155.32-
YUV191.14126.79137.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=35.29%
G=32.01%
B=32.70%

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
Decimal20418518900.090.070.2347.3715.776.27
HexCCB9BD0971415b104c
Octal31427127501172453320114
Binary1100110010111001101111010100111110100101011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9BD; }

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

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

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

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

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

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

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

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