#CCB0B3

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

Shades of Pink Flare #CCB0B3

Tints of Pink Flare #CCB0B3

Color information

#CCB0B3 (or 0xCCB0B3) is unknown color: approx Pink Flare. HEX triplet: CC, B0 and B3. RGB value is (204,176,179). Sum of RGB (Red+Green+Blue) = 204+176+179=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0B3 is #334F4C. Grayscale: #B8B8B8. Windows color (decimal): -3362637 or 11776204. OLE color: 11776204.

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

Color convert

RGB204176179-
CMYK00.140.120.2
HSL353.57º21.54%74.51%-
HSV(B)353.57º13.73%80%-
XYZ48.5647.1449.19-
YUV184.71124.78141.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=36.49%
G=31.48%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417617900.140.120.2353.5721.5474.51
HexCCB0B30EC14162164b
Octal314260263016142454226113
Binary11001100101100001011001101110110010100101100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0B3; }

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

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

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

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

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

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

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

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