#CABABC

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

Shades of Pink Flare #CABABC

Tints of Pink Flare #CABABC

Color information

#CABABC (or 0xCABABC) is unknown color: approx Pink Flare. HEX triplet: CA, BA and BC. RGB value is (202,186,188). Sum of RGB (Red+Green+Blue) = 202+186+188=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABC is #354543. Grayscale: #BFBFBF. Windows color (decimal): -3491140 or 12368586. OLE color: 12368586.

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

Color convert

RGB202186188-
CMYK00.080.070.21
HSL352.5º13.11%76.08%-
HSV(B)352.5º7.92%79.22%-
XYZ50.9951.3154.79-
YUV191.01126.3135.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=35.07%
G=32.29%
B=32.64%

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
Decimal20218618800.080.070.21352.513.1176.08
HexCABABC08715160d4c
Octal31227227401072554015114
Binary110010101011101010111100010001111010110110000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABABC; }

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

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

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

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

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

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

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

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