#CCBBBC

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

Shades of Pink Flare #CCBBBC

Tints of Pink Flare #CCBBBC

Color information

#CCBBBC (or 0xCCBBBC) is unknown color: approx Pink Flare. HEX triplet: CC, BB and BC. RGB value is (204,187,188). Sum of RGB (Red+Green+Blue) = 204+187+188=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBC is #334443. Grayscale: #C0C0C0. Windows color (decimal): -3359812 or 12368844. OLE color: 12368844.

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

Color convert

RGB204187188-
CMYK00.080.080.2
HSL356.47º14.29%76.67%-
HSV(B)356.47º8.33%80%-
XYZ51.7552.0154.89-
YUV192.2125.63136.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=35.23%
G=32.30%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418718800.080.080.2356.4714.2976.67
HexCCBBBC08814164e4d
Octal314273274010102454416115
Binary1100110010111011101111000100010001010010110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBBC; }

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

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

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

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

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

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

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

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