#CCB0B6

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

Shades of Pink Flare #CCB0B6

Tints of Pink Flare #CCB0B6

Color information

#CCB0B6 (or 0xCCB0B6) is unknown color: approx Pink Flare. HEX triplet: CC, B0 and B6. RGB value is (204,176,182). Sum of RGB (Red+Green+Blue) = 204+176+182=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0B6 is #334F49. Grayscale: #B9B9B9. Windows color (decimal): -3362634 or 11972812. OLE color: 11972812.

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

Color convert

RGB204176182-
CMYK00.140.110.2
HSL347.14º21.54%74.51%-
HSV(B)347.14º13.73%80%-
XYZ48.8747.2750.8-
YUV185.06126.28141.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=36.30%
G=31.32%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417618200.140.110.2347.1421.5474.51
HexCCB0B60EB1415b164b
Octal314260266016132453326113
Binary11001100101100001011011001110101110100101011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0B6; }

 p { color: rgb(204,176,182); }

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

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

 a { background-color: rgb(204,176,182); }

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

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

 span { border-color: rgb(204,176,182); }

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