#CABABB

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

Shades of Pink Flare #CABABB

Tints of Pink Flare #CABABB

Color information

#CABABB (or 0xCABABB) is unknown color: approx Pink Flare. HEX triplet: CA, BA and BB. RGB value is (202,186,187). Sum of RGB (Red+Green+Blue) = 202+186+187=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABB is #354544. Grayscale: #BEBEBE. Windows color (decimal): -3491141 or 12303050. OLE color: 12303050.

HSL color Cylindrical-coordinate representation of color #CABABB: hue angle of 356.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABABB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202186187-
CMYK00.080.070.21
HSL356.25º13.11%76.08%-
HSV(B)356.25º7.92%79.22%-
XYZ50.8951.2654.23-
YUV190.9125.8135.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=35.13%
G=32.35%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218618700.080.070.21356.2513.1176.08
HexCABABB08715164d4c
Octal31227227301072554415114
Binary110010101011101010111011010001111010110110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABABB; }

 p { color: rgb(202,186,187); }

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

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

 a { background-color: rgb(202,186,187); }

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

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

 span { border-color: rgb(202,186,187); }

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