#CCB1B5

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

Shades of Pink Flare #CCB1B5

Tints of Pink Flare #CCB1B5

Color information

#CCB1B5 (or 0xCCB1B5) is unknown color: approx Pink Flare. HEX triplet: CC, B1 and B5. RGB value is (204,177,181). Sum of RGB (Red+Green+Blue) = 204+177+181=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1B5 is #334E4A. Grayscale: #B9B9B9. Windows color (decimal): -3362379 or 11907532. OLE color: 11907532.

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

Color convert

RGB204177181-
CMYK00.130.110.2
HSL351.11º20.93%74.71%-
HSV(B)351.11º13.24%80%-
XYZ48.9647.6250.33-
YUV185.53125.45141.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=36.30%
G=31.49%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417718100.130.110.2351.1120.9374.71
HexCCB1B50DB1415f154b
Octal314261265015132453725113
Binary11001100101100011011010101101101110100101011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1B5; }

 p { color: rgb(204,177,181); }

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

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

 a { background-color: rgb(204,177,181); }

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

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

 span { border-color: rgb(204,177,181); }

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