#CCBBBE

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

Shades of Pink Flare #CCBBBE

Tints of Pink Flare #CCBBBE

Color information

#CCBBBE (or 0xCCBBBE) is unknown color: approx Pink Flare. HEX triplet: CC, BB and BE. RGB value is (204,187,190). Sum of RGB (Red+Green+Blue) = 204+187+190=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBE is #334441. Grayscale: #C0C0C0. Windows color (decimal): -3359810 or 12499916. OLE color: 12499916.

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

Color convert

RGB204187190-
CMYK00.080.070.2
HSL349.41º14.29%76.67%-
HSV(B)349.41º8.33%80%-
XYZ51.9752.156.03-
YUV192.42126.63136.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=35.11%
G=32.19%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418719000.080.070.2349.4114.2976.67
HexCCBBBE0871415de4d
Octal31427327601072453516115
Binary110011001011101110111110010001111010010101110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBBE; }

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

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

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

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

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

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

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

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